* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

.map { position: relative; }
#mapevents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    visibility: hidden;
}
.address {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 2px;
    background: #ddd;
    border-radius: 100%;
    transform: translate(-50%, -50%);
	margin-top: -850px;
	margin-left: -10px;
}
.address img { width: 100%; }
.address.draft img { opacity: 0.4; }
.address.short > div {
    background: #ddd;
    display: none;
}
.address.short:hover > div { display: block; }

.minimap {
    width: 100%;
    height: 100px;
    object-fit: cover;
}