.map-embed-container {
  max-width: 100%;
  margin: 0 auto;
}

.map-embed-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 645px;
}

.map-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 1440px){
  .map-embed-wrapper {
    aspect-ratio: 1440 / 645;
  }
}
