
.body-comingsoon{
    width: 100%;
    height: 500px;
    padding : 0 10%;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

@media (max-width: 576.5px) {
    .body-comingsoon{
        background-position-x : -300px;
    }
    
}