/*************************************************/
/*************************************************/
/* Styles for Mobiles - WIDE MOBILE LAYOUT (LANDSCAPE/480PX) - Smartphone Horizontal */
/*************************************************/
/*************************************************/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .ap-hero-page .ahero-content{ width: 90%; }
    
}

/* END WIDE MOBILE LAYOUT */
/*************************************************/