
html, body {
  background: #eef1f5;
  margin: 0;
  padding: 0;
}
#map-container {
  width: 100%;
  height: 100vh;
  min-height: 20rem;
}
.seo-hidden {
  position: absolute;
  left: -624.938rem;
  top: -624.938rem;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
}
@media (max-width: 47.9375rem) {
  #map-container { min-height: 20rem; }
}
