@media only screen and (max-width: 576px) {
  .news_step1__video {
    width: 100%;
    min-height: 280px;
  }
}

@media only screen and (min-width: 576px) {
  .news_step1__video {
    width: 100%;
    min-height: 450px;
  }
}

@media only screen and (min-width: 1024px) {
  .news_step1__video {
    min-height: 500px;
  }
}

@media only screen and (min-width: 1250px) {
  .news_step1__video {
    min-height: 350px;
  }
}

@media only screen and (min-width: 1400px) {
  .news_step1__video {
    min-height: 580px;
  }
}

.news_content__button {
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #0a4d3eb4;
}

.news_content__button:hover {
  background-color: #0a4d3ed3;
}

.news_1 {
  /* Full height minus height of footer */
  min-height: calc(100vh - 211px);
}
/*# sourceMappingURL=styles.css.map */