.greatchilemap {
	break-inside: avoid;
}

.leaflet-popup-content {
	width:auto !important;
}

.leaflet-top, .leaflet-bottom {
    z-index: 999;
}

.leaflet-div-icon {
	background: transparent;
	border: none;
}

.marker-pin {
	width: 30px;
	height: 30px;
	border-radius: 50% 50% 50% 0;
	background: #c30b82;
	position: absolute;
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
}

.small-div-icon .marker-pin {
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
}

.marker-pin::after {
	content: '';
	width: 24px;
	height: 24px;
	margin: 3px 0 0 3px;
	background: #fff;
	position: absolute;
	border-radius: 50%;
}
.small-div-icon .marker-pin::after {
	width: 14px;
	height: 14px;
}

.leaflet-div-icon i {
    position: absolute;
    font-size: 16px;
    left: 20%;
    top: 12px;
}

.small-div-icon i {
    position: absolute;
    font-size: 12px;
    left: 50%;
    top: 50%;
    margin: -50% 0 0 -50%;
}

.CTLOC_map {
  height: 400px;
}