.vimeoIframe {
    padding: 0 0 56.25%;
    position: relative;
    width: 100%;
}

.videoBanner,
.vimeoIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.videoBanner {
    overflow: hidden;
}

.videoBanner iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}
