/* Disable iphone scroll down issue / auto-zoom
   ========================================================================== */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    html, body{
        -webkit-overflow-scrolling : touch !important;
        /*overflow: auto !important;*/
        /*height: 100% !important;*/
    }

    select,
    textarea,
    input {
    font-size: 16px;
    }
}