@media (max-width:1920px) and (min-width:800px) {
    html,body { font-size:1.041666666666vw; }
}
/* Desktop wide */
@media (min-width:1921px) {
}
/* Mobile */

@media (max-width:800px) {
/*
    .desktop {
        display: none !important;
    }

    .mobile {
        display: initial !important;
    }

    html, body {
        font-size: 15px;
    }
*/
    html,body { font-size:1.041666666666vw; }
}