/*************************************************/
/*************************************************/
/* Styles for Mobiles - WIDE MOBILE LAYOUT (LANDSCAPE/480PX) - Smartphone Horizontal */
/*************************************************/
/*************************************************/

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .the-title-block{ font-size:40px; }
    
    #the-space-payment #box-info-pay{ width:70%; padding:25px 15px; }

}

/* END WIDE MOBILE LAYOUT */
/*************************************************/