.map-stage.image-stage {
    min-height: 0;
    padding: 0;
    overflow: visible;
    background: #fff;
}

.image-stage .map-screenshot {
    display: block;
    width: 100%;
    border-radius: .85rem;
}

@media (max-width: 700px) {
    .map-stage.image-stage { min-height: 0; }
}
