.hitema-contact-map {
  height: 325px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hitema-contact-map {
    height: 480px;
  }
}
@media screen and (min-width: 900px) {
  .hitema-contact-map {
    height: 700px;
  }
}
.hitema-contact-map__footer {
  position: absolute;
  display: none;
  left: 15px;
  bottom: 50px;
  font-size: 1.1em;
  font-family: "Inter";
  color: #fff;
  grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr);
  grid-template-rows: auto;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
@media screen and (min-width: 1200px) {
  .hitema-contact-map__footer {
    display: grid;
  }
}

#hitema-contact-map {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
