@media only screen and (max-width: 600px) {
  body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ::-webkit-scrollbar-thumb
  {
      background-color: transparent;
  }
  ::-webkit-scrollbar-track
  {
      background-color: transparent;
  }
}
