
.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: 32px;
    height: 32px;
    padding: 2px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.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;
}
		