.hero__video.video-frame {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.hero__video.video-frame.hero__video--16-9 {
    aspect-ratio: 16 / 9;
}

.hero__video.video-frame.hero__video--9-16 {
    aspect-ratio: 9 / 16;
}

.hero__video .hero__video-player {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    border: 0;
    background: #071225;
}

.hero__video video.hero__video-player { object-fit: contain; }
.hero__video iframe.hero__video-player { object-fit: contain; }

.hero--without-video { grid-template-columns: minmax(0, 1fr); }
.hero--without-video .hero__copy { max-width: 680px; }

@media (max-width: 700px) {
    .hero__video.video-frame { min-height: 0; }
    .hero--without-video .hero__copy { max-width: none; }
}
