.field--name-field-periohi-hartis .field__item.leaflet-scroll-lock-container,
.leaflet-scroll-lock-container {
  position: relative;
}

.leaflet-scroll-lock-container .leaflet-container {
  width: 100%;
}

@media (max-width: 768px) {
  .leaflet-scroll-lock-container:not(.leaflet-scroll-enabled) .leaflet-container {
    pointer-events: none !important;
  }

  .leaflet-scroll-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 99999 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.38) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 20px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    touch-action: pan-y !important;
    -webkit-tap-highlight-color: transparent;
  }

  .leaflet-scroll-lock-container.leaflet-scroll-enabled .leaflet-scroll-overlay {
    display: none !important;
    pointer-events: none !important;
  }
}

@media (min-width: 769px) {
  .leaflet-scroll-overlay {
    display: none !important;
  }
}
