/* Balanced scattered background repeats */

#yin-background-mosaic-layer.yin-background-scattered-repeats-layer {
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
    pointer-events: none !important;
    user-select: none !important;
}

#yin-background-mosaic-layer.yin-background-scattered-repeats-layer
    > .yin-background-scattered-repeat-source {
    display: none !important;
}

#yin-background-mosaic-layer
    > .yin-background-scattered-repeat-canvas {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    background-repeat: no-repeat;
}
