.map-wrapper {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  border-radius: 6px;
  border: 6px solid transparent;
}

.map-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

