
.office-map-wrap {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
  background: #eee;
}

#office-map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .office-map-wrap {
    height: 260px;
  }
}
