.parallax-viewport {
    position: relative;     /* relative, absolute, fixed */
    overflow: hidden;
}
.parallax-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -1100px;
}