/* Small devices (phones, 767 and below)*/
@media only screen and (max-width: 767px) { 

    .slider-bg2{
        height: 115vh !important;
    }
    .mobile-display{
        display: block !important;
    }
    

}