@charset "UTF-8";
#map-container {
  height: 400px;
  width: 100%;
  margin-bottom: 0.2rem;
  max-width: none;
  box-sizing: content-box;
  font-size: 12px;
  line-height: normal;
}
@media (max-width: 767px) {
  #map-container {
    height: 350px;
  }
}
#map {
  height: 100%;
  width: 100%;
  line-height: normal;
  max-width: none;
}
#map img {
  max-width: none;
}
