.visible-step-2 {
    display: none;
}

body[data-step="2"] .visible-step-2 {
    display: block;
}

.visible-step-3 {
    display: none;
}

body[data-step="3"] .visible-step-3 {
    display: block;
}

.visible-step-4 {
    display: none;
}

body[data-step="4"] .visible-step-4 {
    display: block;
}


 /* media */
@media (min-width: 920px) {

body[data-step="1"] .leaflet-popup-content,
body[data-step="2"] .leaflet-popup-content,
body[data-step="3"] .leaflet-popup-content,
body[data-step="4"] .leaflet-popup-content,
body[data-step="0"] .leaflet-popup-content {
    width: 600px !important;
}

}


.js-pm-text-step-note {
    font-size: 14px;
    margin-top: 10px;
}

.js-zoom-info {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.5rem 1rem;
    background-color: rgba(255,255,255,0.8);
    z-index: 1000;
}

.js-pm-step-prev {
    /* display: none !important; */
}

body[data-step="1"] .js-pm-step-prev {
    display: inline-block !important;
}

body[data-step="4"] path.leaflet-interactive {
    fill-opacity: 0.15 !important;
}