/* ## Parallax
----------------------------------------------------------------------------- */
.parallax-window {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}