.bg-video iframe {
  width: 150% !important;
  height: 150% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: unset !important;
}

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

@media (max-aspect-ratio: 16 / 9) {
  .bg-video iframe {
    width: 177.78vh !important;
  }
}
/*# sourceMappingURL=new-style.css.map */