// Open Layers
#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.ol-viewport {
  z-index: 1;
}
