#map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #181318;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 23;
  overflow: hidden;
}

#map .wrapper {
  height: 100%;
  width: 100%;
  overflow: scroll;
}