.page-splash {
  height:650px;
  }

.leaflet-container { background:#04070e; height: auto;}

.leaflet-custom-marker {
  border:3px solid rgba(255,255,255,0.25);
  color:#fff;
  text-align:center;
  border-radius:50%;
  line-height:15px;
  }
  .leaflet-container .leaflet-popup { z-index:1000; }
  .leaflet-container .leaflet-popup-content {
    margin:0;
    width:140px;
    padding:10px;
    text-align:center;
    }
