/* Hero video keeps the geometry the Vimeo iframe had, so the block
   occupies its final height before the poster and the video load */
.main-first-vid video{
    display: block;
    width: 100%;
    height: 55.6vw;
    object-fit: cover;
    background: #000;
}

@media (max-width: 767.98px){
    .main-first-vid video{
        height: 57.6vw;
    }
}
 @media screen and (max-width: 767px) {
    .page-template-page-patients .bienvenue-wrapper {
        padding-top: 0;
    }
}
@media screen and (max-width: 565px) {
    .footer-left {
        width: 100%;
        align-self: center;
    }
    .page-template-page-patients .footer-left {
        width: 50%;
        align-self: flex-start;
    }
}