/*
All
*/
@media all
{
    .intro-vimeo-container {
        min-height: calc(40vw - 74px);
        overflow: hidden;
        position: relative;
    }
    
    .intro-vimeo-container iframe {
        box-sizing: border-box;
        width: 177.77777778vh;
        height: 56.25vw;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}