@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

    .gga-homepage-slider h1 {
        font-size: 24px !important;
    }
    .gga-homepage-slider h4 {
        font-size: 16px !important;
        padding-top:50px;
        line-height:1.2 !important;
    }

}
