/* Basic layout and overlay handling */
.panman-rbg-wrap {
    position: relative;
    width: 100%;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.panman-rbg-wrap .panman-rbg-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.panman-rbg-wrap .panman-rbg-slot {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
