/*only iPhone*/

@media only screen and (max-device-width: 960px) {

    /*fixes too big font in mobile Safari*/

    html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
        -webkit-text-size-adjust:none;
    }
 }