.container-fluid {
    background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
        url(../../img/bg.png);

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
