@media only screen and (max-width: 600px) {
  .\@mob\:tac\:a { touch-action: auto }
  .\@mob\:tac\:n { touch-action: none }
  .\@mob\:tac\:m { touch-action: manipulation }

  .\@mob\:tac\:px { touch-action: pan-x }
  .\@mob\:tac\:py { touch-action: pan-y }
  .\@mob\:tac\:pxy { touch-action: pan-x pan-y }

  .\@mob\:tac\:pz { touch-action: pinch-zoom }

  .\@mob\:tac\:px\:pz { touch-action: pan-x pinch-zoom }
  .\@mob\:tac\:py\:pz { touch-action: pan-y pinch-zoom }
  .\@mob\:tac\:pxy\:pz { touch-action: pan-x pan-y pinch-zoom }
}
