.news-video {
  display: block;
  height: 1080px;
}
.news-video__container {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  max-width: 1920px;
  height: 1080px;
  width: 100%;
}
.news-video__iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1900px) {
  .news-video {
    height: auto;
  }
  .news-video__container {
    position: static;
    height: 600px;
  }
}
@media screen and (max-width: 600px) {
  .news-video__container {
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  .news-video__container {
    height: 300px;
  }
}

/*# sourceMappingURL=news.css.map */
