/*13 inch retina*/
@media (min-width: 799px) and (max-width: 1350px) {
    body .floatingA {
        position: absolute;
        right: 20px;
        bottom: -62px;
        z-index: 9;
        width: 127px;
    }
    body .floatingB {
        position: absolute;
        right: 0;
        bottom: -67px;
        width: 139px;
    }
    body .floatingQ {
        position: absolute;
        left: 0;
        top: 20%;
        width: 3%;
    }
}

/* ==============================
   Phone
   ============================== */
    .mobile-on{display: none;}
@media (max-width: 480px) and (min-width: 320px){
    .mobile-on{display: block !important;}
    section{display: none;}
}