.map-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  min-height: 400px;
}
.map-overlay.map-loaded .spinner {
  display: none;
}
.map-overlay .mapboxgl-map {
  min-height: 400px;
}
