.video-hero {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 84px);
    overflow: hidden;
}
.video-hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}