
.bgc-body {
    position: fixed;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-position: center center;
    pointer-events: none;
    display: none;
}
.bgc-body-parallax {
    position: fixed;
    top: 0;
    left: 0;
    top: -10vh;
    left: -10vw;
    width: 120vw;
    height: 120vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    pointer-events: none;
}
.bgc .bgc-pixii {
    background: rgba(0,0,0,0);
    backdrop-filter: blur(10px);
}
.bgc .bgc-pixii-bg2 {
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    filter: blur(3px);
    width: 100vw;
    height: 100vh;
}
.bgc .bgc-pixii-bg3 {
    pointer-events: none;
    position: absolute;
    /* background: #000; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bgc-pixi-canvas {
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
}






