#map-container {
  display: block;
  margin-bottom: -5px;
}
#map-container .map {
  width: 100%;
  height: 300px;
  margin: 10px 0;
}
#map-container .maplabel {
  position: absolute;
  z-index: 100;
  background: #000;
  font-size: 13px;
  padding: 5px 18px;
  top: 20px;
  left: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #map-container .map {
    width: calc(50% - 5px);
    height: 400px;
    margin: 5px;
    float: left;
  }
}
#map-container .map:nth-child(odd){
  margin-left: 0 !important;
}
#map-container .map:nth-child(even){
  margin-right: 0 !important;
}

#contact .details-container .map {
  margin-top: 5px;
  margin-bottom: 5px;
}

#contact .details-container .phone {
  margin-bottom: 15px;
}
#contact .details-container .email {
  margin-top: 15px;
}