.map-wrapper {
  position: relative;
  overflow: hidden;
}

.map-wrapper iframe {
  width: 100%;
  height: 690px;
  position: relative;
  border: none;
}
@media (max-width: 640px) {
  .map-wrapper iframe {
    height: 300px;
  }
}