/* Declare touch behavior to reduce JS blocking needs */
/* Target common map/panorama container IDs and classes used in the repo */
#map, #resultsMap, #miniMap, #guessMap, #pano, .streetview, .panorama, canvas.interactive { touch-action: pan-x pan-y; }
/* If a surface is fully handled by your code, switch to: touch-action: none; */
