.black-bg{
    background-color: black !important;
}
.text-wheat{
    color:#c7c7e2 !important
}
.slider-img{
    height: 800px;
}

@media only screen and (max-width:768px){
    .slider-img{
        height: 400px;
    }
}