.banner-carousel-item .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 0;
  z-index: 1;
}

.banner-carousel-item .video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.banner-carousel-item .video iframe {
  position: absolute;
  height: 410px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1920px){
  .banner-carousel .banner-carousel-item .video iframe {
    height: 380px !important;
  }
}

@media (max-width: 1440px){
  .banner-carousel .banner-carousel-item .video iframe {
    height: 300px !important;
  }
}

@media (max-width: 1368px) {
  .banner-carousel .banner-carousel-item .video iframe {
    height: 300px !important;
  }
}

@media (max-width: 1280px) {
  .banner-carousel .banner-carousel-item .video iframe {
    height: 280px !important;
  }
}

@media (max-width: 1180px) {
  .banner-carousel .banner-carousel-item .video iframe {
    height: 200px !important;
  }
}

@media (max-width: 1024px) {
  .banner-carousel .banner-carousel-item .video iframe {
    height: 220px !important;
  }
}

@media (max-width: 823px) {
  .banner-carousel .banner-carousel-item .video iframe {
    height: 180px !important;
  }
}

@media (max-width: 768px) {
  .banner-carousel .banner-carousel-item .video iframe {
    height: 180px !important;
  }
}
