#visits-map{
	border-radius:30px;
	border: 1px solid #A09BC0;
	width: 100%;
	height: 800px;
}
@media only screen and (max-width: 768px) {
#visits-map{
height: 200vw;	
}

}
@media only screen and (max-width: 1024px) {
#visits-map{
height: 132vw;	
}

}
.leaflet-popup-tip-container{
	display:none;
}
.popup-content img{
	border-radius: 12px !important;
}
.leaflet-popup-content{
	margin: 0;
	padding: 10px 16px !important
}
.popup-content .title{
	margin-right: 20px;
	font-weight:bold;
	margin-bottom: 5px;
	font-family: var(--e-global-typography-text-font-family) !important;
	display: inline-block;
}
.leaflet-control{
	border-width: 0px !important
}
.leaflet-control a{
	border-radius: 50% !important;
	margin-bottom: 3px;
	line-height: 26px !important;
	background: var(--e-global-color-secondary);
	color: #fff;
}