.re-map-static-lazy__stage {
    position: relative;
    overflow: hidden;
}

.re-map-static-lazy__image {
    display: block;
    width: 100%;
    height: auto;
}

.re-map-static-lazy__marker-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 40px;
    height: auto;
}

.re-map-static-lazy__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none;
}

.re-map-static-lazy__stage.is-interactive .re-map-static-lazy__iframe {
    display: block;
}

.re-map-static-lazy__stage.is-interactive .re-map-static-lazy__image,
.re-map-static-lazy__stage.is-interactive .re-map-static-lazy__marker-overlay {
    visibility: hidden;
}

.re-map-static-lazy__placeholder {
    background: #f5f5f5;
    padding: 2rem;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
