
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    -webkit-text-size-adjust: 100% !important;
  }
}

