#js_google-map {
  margin-bottom: 2rem;
}

.modal-map {
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .75);
}

.modal-container {
  position: relative;
  margin: auto auto;
  width: 90%;
  max-width: 750px;
}

#map {
  width: 600px;
  height: 400px;
  margin: auto auto;
}


/* The Close Button */

.modal-container .close {
  color: rgba(255, 255, 255, .9);
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 28px;
  font-weight: bold;
  opacity: 1;
  transform: opacity .33s linear;
}

.modal-container .close:hover {
  opacity: .5;
}

.modal-container address p+p {
  margin-top: 2px;
}