/* ---------------------------------------- */
.map {
  width: 100%;
  height: 350px;
  background: #eee;
}

@media screen and (min-width: 600px) {
  .map {
    height: 600px;
  }
}

.map iframe {
  height: 350px;
}

@media screen and (min-width: 600px) {
  .map iframe {
    height: 600px;
  }
}
