.point-map-point .name {
	box-shadow: 0px 10px 30px rgba(0,0,0,.4);
	text-align: center;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;
    line-height: 26px;
    background: white;
    padding-left: 20px;
    padding-right: 20px;

}

.selectpicture img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.selectpicture {
	position: relative;
}

.selectpicture .marker {
	width: 2px;
	height: 2px;
	border-radius: 5px;
	border: 5px solid #c7f96d;
	position: absolute;
	margin-left: -6px;
	margin-top: -6px;
	box-shadow: 0px 0px 20px rgba(0,0,0,1);
}