@media only screen and (max-width: 899px) {
  .full-width-header .full-width-headers-carousel-wrapper .full-width-headers-item {
    max-height: 550vw;
  }
}

@media only screen and (max-width: 320px) {
  .full-width-header .full-width-headers-carousel-wrapper .full-width-headers-item {
    max-height: 500vw;
  }
}