body, html{
	padding:0;margin:0;
	overflow-x: hidden;
}
:host .error-message {color:#000!important}

.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-top: 50%; /* Poměr stran 16:9 (600 / 1200 * 100) */
    border: solid 1px #777;
  }

  .responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  video{
    max-width: 100%;
    height: auto;
  }