.home {
  background: #034732;
}
.home .header-mobile {
  background: black;
}
.home .hero .oxy-video-container video {
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
}
@media (max-width: 991px) {
  .home .hero .oxy-video-container video {
    height: 56.25vw;
    width: 100%;
    min-height: auto;
    top: 0;
    left: 0;
    transform: translate(0, -14.0625vw);
  }
}
.home .hero .oxy-video-container .oxy-video-overlay {
  background-color: transparent;
  background-image: linear-gradient(90deg, transparent, black);
}
@media (max-width: 991px) {
  .home .hero .oxy-video-container .oxy-video-overlay {
    background-image: linear-gradient(black, transparent, black 45vw);
  }
}
