#map .map_img figcaption {
  display: none;
}
@media screen and (max-width: 599px) {
  #map .map_img {
    overflow-x: scroll;
  }
  #map .map_img img {
    height: 60vh;
    width: auto;
    max-width: none;
  }
  #map .map_img figcaption {
    display: block;
    position: sticky;
    left: 0;
    bottom: 0;
  }
}/*# sourceMappingURL=map.css.map */