html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#map {
  width: 100vw;
  height: 100vh;
}

#map .leaflet-popup-content {
  font-family: 'Polaris Condensed', sans-serif;
  overflow: hidden;
}

#map .leaflet-popup-content h3 {
  font-size: 1.3em;
}

#map .leaflet-popup-content .read-more a {
  font-weight: 600;
  text-transform: uppercase;
  color: #00aced;
}
#map .leaflet-popup-content img {
  display: block;
  max-width: 100%;
  max-height: 17em;
  height: auto;
  margin-bottom: 1em;
}

#map .leaflet-popup-content img.tall {
  max-width: none;
  width: auto;
  float: right;
  margin-left: 1em;
}

#map .leaflet-popup-content > *:last-child {
  margin-bottom: 0;
}
