#map {
  position: absolute;
  top: 56px;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

#map__cave {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}

.map-embed {
  height: 24rem;
  width: 100%;
  position: relative;
  z-index: 0;
}

#map__project {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 0;
}
