.dealer-locator__map {
  position: relative;
  width: 100%;
  padding-bottom: var(--map-ratio, 50%);
}

.dealer-locator__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

