.map_wrapper {
  max-width: 100%;
  width: 100%;
}

.map_box {
  max-width: 100%;
  margin: 0 auto;
}

.map_wrapper .map_aspect_ratio {
  max-width: 100%;
  width: 100%;
  position: relative;
  height: 0;
}

.map_wrapper .map_container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.map_container .map_render {
  height: 100%;
}

.map_wrapper path {
  transition: inherit;
}
