#osm-map {
  /* display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.92);
  border: 1px solid #dee2e6;
  border-radius: 10px;
  color: #555;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 auto 1em auto;
  width: 100%; */
  /* min-height: 300px; */
  /* height: 300px; */
  /* Responsive height, but max 350px on large screens */
  /* max-height: 350px; */
  /* transition: opacity 0.2s;
  position: relative;
  top: 0; left: 0; right: 0; bottom: 0; */
  /* z-index: 0; */
  /* cursor: pointer; */
}
@media (max-width: 767.98px) {
  /* #osm-map {
    min-height: 180px;
    height: 45vw;
    max-height: 300px;
    font-size: 1rem;
  } */
}