@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
  .page-template-map .section-one .map * {
    touch-action: none !important;
    pointer-events: none !important;
  }

  .imapsZoomControl-group {
    display: none;
  }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 320px) {
}
