.page-hero .iframeWrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
}
.page-hero .iframeWrapper .iframe-wrapper{
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}
.page-hero .iframe_video, .page-hero .wistia_embed {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border: none;
}
#youtube-video{
    margin-top: 0;
}
.block-custom-text-ov{
    background-color: transparent !important;
}