#map {
	height: 550px;
	border: 3px solid var(--e-global-color-aad02ba);
	box-shadow: 0 0 2px rgba(0,0,0,0.5)
}


.leaflet-marker-icon {
	filter: brightness(0);
	transition: filter .4s;
}

.leaflet-marker-icon.rs-active {
	filter: brightness(1.1);
}

.leaflet-container a.leaflet-popup-close-button {
    height: 36px;
    width: 36px;
    padding: 12px;
}

.leaflet-popup-content tr:before {
    content: '\2022';
    font-size: 1.5em;
    margin-right: 3px;
}

.leaflet-popup-content p {
    margin: 0.5em 0;
}






@media (min-width: 1281px) {
  
	.leaflet-popup-pane {
		display: none;
	}
	
}

@media all and (max-width: 768px) {
    
    #map {
	    height: 300px;
    }
}


