#philosophy-hero {
    padding-top: 150px;
}

/*.video-before {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    object-fit: cover;*/
/*    z-index: 0;*/
/*    background-attachment: fixed;*/
/*}*/

@media (max-width: 991.8px) {
    .video-before {
        height: 100vh;
    }
    #philosophy-hero {
        padding-top: 100px;
    }
}


