.goyo-youtube-bg{position:relative;display:block;width:100%;height:var(--goyo-youtube-height,56.25vw);min-height:var(--goyo-youtube-min-height,320px);max-height:var(--goyo-youtube-max-height,680px);overflow:hidden;background:#000;}
.goyo-youtube-bg__media{position:absolute;inset:0;width:100%;height:100%;pointer-events:auto;}
.goyo-youtube-bg__iframe{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);border:0;}
.goyo-youtube-bg::after{content:"";position:absolute;inset:0;pointer-events:none;background:rgba(0,0,0,var(--goyo-youtube-overlay,0.35));}
.goyo-youtube-bg iframe{display:block;}
.home-hero-video.goyo-youtube-bg{width:100%;height:auto !important;min-height:0 !important;max-height:85vh !important;aspect-ratio:16 / 9;}
.home-hero-video.goyo-youtube-bg .goyo-youtube-bg__media{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:auto;}
.home-hero-video.goyo-youtube-bg .goyo-youtube-bg__iframe{top:50%;left:50%;width:126%;height:126%;transform:translate(-50%,-50%);}
@media screen and (max-width: 1360px) {
    .home-hero-video.goyo-youtube-bg{max-height:none !important;}
}
