@media screen and (max-width: 750px) {
    html {
        font-size: calc(100vw / 46.875);
        ;
    }

    .tt {
        display: none !important;
    }
}