.videeo_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
.videeo_box .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hero-home {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: -9px;
}
.hero-home .video-home {
  width: 100%;
  height: 100%;
}
.hero-home .video-home video {
  width: 100%;
}
.hero-home.static .video-home video {
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-video_cover {
  background: #000;
  height: calc(100% - 6px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.youtube-video_cover {
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 2;
}
.desc_cover {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
@media (min-width: 992px) {
  .hero-home.max .video-home video {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .hero-home .video-home video,
  .hero-home .video-home.static video {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .youtube-container.max {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .youtube-container.max .youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .youtube-container.max .youtube-video iframe {
    width: 100% !important;
    height: 100% !important;
  }

  .youtube-container.static .youtube-video {
    width: 100vw;
    height: 500px;
  }
  .youtube-container.static .youtube-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1921px) {
  .youtube-container.static .youtube-video iframe {
    width: 177.78vh;
  }
}

@media (max-width: 991px) {
  .youtube-video {
    width: 100vw;
    height: 500px !important;
  }
  .youtube-container.static .youtube-video {
    height: 500px !important;
  }
  .youtube-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
}

@media (min-aspect-ratio: 16/9) {
  .youtube-video iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .youtube-video iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
