.map {
	position: relative;
	width: 1200px;
}

#mapevents {
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	visibility: hidden;
}

.address {
	position: absolute;
	padding: 2px;
	border-radius: 100%;
	transform: translate(-50%, -50%);
}

.address.short {
	width: 32px;
    height: 32px;
}

.address img {
 	width: 100%;
}

.address.draft img {
 	opacity: 0.4;
}

.address.short > span {
    display: none;
	z-index: 9999;
	width: 250px;
	margin-left: 15px;
	box-sizing: border-box;
}

.nice {
	background-color: rgba(255,255,255,.5);
	padding: 5px;
	padding-left: 20px;
}

.nice .ffoot {
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
}

.address.short:hover > span {
 	display: block;
}

.minimap {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

