.vimeo-privacy-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 750px) {
    
    .vimeo-privacy-wrapper {
        position: absolute;
        width: 45%;
        height: 100%;
    }
    
    .vimeo-privacy-overlay {
        position: absolute;
        left: 0;
        top: 0;
        height: 50vh;
        justify-content: flex-end;
        padding-right: 2rem;
    }
}

@media (min-width: 1200px) {
    
    .vimeo-privacy-overlay {
        width: 32vw;
        height: 70vh;
        justify-content: center;
        padding-right: 4rem;
    }
    

}