@media (max-width: 760px) {
    html {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    html[data-reader-size="small"] body .kp-prose {
        font-size: .96rem !important;
        line-height: 1.78;
    }

    html[data-reader-size="standard"] body .kp-prose {
        font-size: 1.05rem !important;
    }

    html[data-reader-size="large"] body .kp-prose {
        font-size: 1.18rem !important;
        line-height: 1.88;
    }
}
