.parallax-viewport {
    position: relative;     /* relative, absolute, fixed */
    overflow: hidden;
}

.parallax-layer {
    position: absolute;
}