.map .map__item {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.map .map__item iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.map .map__item--address {
  font-size: 14px;
  margin-top: 8px;
}