@media(max-width:760px){
  html,body{touch-action:pan-x pan-y}
  /* A 16px editing font prevents automatic focus zoom in mobile WebKit. */
  body input:not([type=range]):not([type=checkbox]):not([type=radio]),body textarea,body select{font-size:max(16px,1em)!important}
}
