html {
    -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 767px) {
    input:not([type="checkbox"]):not([type="radio"]),
    select,
    textarea {
        font-size: 16px !important;
    }
}
