@media(max-width:768px){
    .mainSlider .owl-stage-outer{
        height: 70vh !important;
    }
    .owl-carousel .owl-stage,
    .owl-carousel.owl-drag .owl-item,
    .rs-slider.style1 .owl-item a{
        height: 100% !important;
    }
    .rs-slider.style1 .slider-content.slide1{
        height: 100% !important;
        max-height: 100% !important;
    }
    .mainSlider .slider-table-center{
        top: auto !important;
        bottom: 0 !important;
        text-align: center !important;
    }
    .mainSlider .slider-table-center div{
        text-align: center !important;
    }

}