
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

    .pricing_container .pricing_item {
        width: 75% !important;
    }
    
    .tt-ptp-empty-row { display: none  }

}

@media handheld, only screen and (max-width: 479px) {

    .pricing_container .pricing_item {
        width: 100% !important;
    }
    
    .tt-ptp-empty-row { display: none  }

}