.ngparasfxtextcontainer {
    position: relative;
}

.ngparasfxtextbackground {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 101vh;
    z-index: 1;
}

.ngparasfxtextimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 1s;
}

.ngparasfxtexttext {
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 30px;
}

.ngparasfxtexttopspacer {
    display: none;
    height: 100vh;
}

.ngparasfxtextbottomspacer {
    height: 100vh;
}