.map {
  width: 100%;
  margin-top: 100px;
  position: relative;
  height: 300px;
}
.map img {
  width: 100%;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}
/* .map img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 700px) {
  .map {
    margin-top: 0;
    margin-bottom: 70px;
  }
}
