.bg-home{
    background: url("../video/queens-gardens-hollow-knight1920.gif") no-repeat;

    background-size: cover ;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 150%;
}

.bg-transi-home-to-aPropos{
    background: linear-gradient(rgb(0,0,0), rgb(9,8,8));
}

.bg-carousel{
    background: white;
    opacity: 0.8;
}