main .block.featured-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 101%;
    max-height: calc(100vh + 1%);
    width: 101%;
}

main .block.featured-video .video-div {
    max-height: 100vh;
    width: 100%;
    aspect-ratio: 21.6 / 9;
    position: relative;
    overflow: hidden;
}

main .block.featured-video .wrapper .video-div {
    line-height: 0;
    aspect-ratio: unset;
    height: auto;
    width: auto;
}

main .block.featured-video .wrapper video {
    position: static;
    top: unset;
    left: unset;
    transform: unset;
    max-height: unset;
    height: auto;
    width: 100%;
}


main .block.featured-video {
    margin-bottom: -1px;
}