@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    /*#main-banner-slider {*/
    /*    background-size: contain;*/
    /*}*/

    #main-banner-slider h2{
        font-size: 20px!important;
    }

    .main-banner-content {
        text-align: left;
    }

}