.scroll3d-wrapper {
    position: relative;
    width: 100%;
}

.scroll3d-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
}

.scroll3d-sticky canvas {
    display: block;
    width: 100%;
    height: 100%;
}
