.map {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 960px) {
  .map {
    height: 400px;
  }
}
.map #address-map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .map #address-map {
    height: 400px;
  }
}
.map #address-map img {
  width: 40px;
  height: 40px;
}