#map-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}

.map-content {
  width: 80%;
  height: 500px;
  margin: 5% auto;
  background: #fff;
  position: relative;
}

.map-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  color: #000;
}