/* ==============================
   Phone
   ============================== */
@media (max-width: 480px) and (min-width: 320px){
    body h1 {
        font-size: 26px;
        line-height: 34px;
        font-weight: bold;
    }
    body p{
        font-size: 16px;
        line-height: 1.8;
    }
    .relativexs{position: relative !important;}
    body .f130 {
        font-size: 40px;
        line-height: 1.1;
    }
    .lead span {
        width: 80%;
        line-height: 1.4;
    }
    .mxh80{max-height: 70vh !important;}
    .text-xs-center{text-align: center !important;font-size: 10px !important;width: 100%;margin-bottom: 10px !important;}
}