/* Allow the page to scroll through the projects map on phones. */
@media (max-width: 767px) {
  .map-canvas,
  .map-canvas.leaflet-container,
  .map-canvas .leaflet-container {
    touch-action: pan-y !important;
    -ms-touch-action: pan-y !important;
  }

  .projects-map-shell .leaflet-control-zoom {
    display: none !important;
  }
}
