.festejaria-stage {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    contain: layout style paint;
}
.festejaria-object {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    will-change: transform, opacity;
    transform-origin: center center;
}
.festejaria-object img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    border: 0;
    box-shadow: none;
}
.festejaria-object.is-linked { pointer-events: auto; cursor: pointer; }
.festejaria-object > a { display: block; line-height: 0; }
@media (max-width: 782px) {
    .festejaria-stage[data-mobile="0"] { display: none !important; }
}
