/* #map {
	height: 500px;
	width: 100%;
	position: relative;
}
.leaflet-pane img {
	position: absolute !important;
}
.custom-icon {
	background-size: cover;
	width: 50px;
	height: 50px;
} */
#map {
	position: absolute;
	width: 100%;
}
.reset-button {
	position: absolute;
	top: 0;
	right: 10px;
	background-color: white;
	border: 1px solid #ddd;
	padding: 5px 10px;
	cursor: pointer;
	z-index: 1000;
}

.highlight {
	fill: rgba(255, 255, 0, 0.5);
	/* Kolor zamalowania */
	stroke: yellow;
	stroke-width: 3;
}
@media (min-width: 576px) {
	#map {
		display: block;
	}
}
