div#parallax-bg-1 {
    position: absolute;
    width: 940px;
    top: 0;
    right: 0;
    margin-left: -600px;
    z-index: 1;
}

/* background middle layer*/
div#parallax-bg-2 {
    position: absolute;
    width: 1016px;
    top: 0;
    left: 90px;
    /* margin-left: -600px; */
    z-index: 2;
}

/* background layer */
div#parallax-bg-3 {
    position: absolute;
    width: 960px;
    top: 0;
    left: 50%;
    margin-left: -470px;
    z-index: 3;
}

/* foreground */
div#parallax-bg-3 div {
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    overflow: hidden;
}

div#bg-3-1 {
    background: url('images/cloud-lg1.png');
    width: 529px;
    height: 757px;
    top: -100px;
    right: 100px;
}

div#bg-3-2 {
    background: url(../images/balloon2.png);
    width: 460px;
    height: 583px;
    top: 1250px;
    right: -320px;
    background-size: contain;
}

div#bg-3-3 {
    background: url('http://schulzmarcel.de/x/drafts/parallax/img/balloon3.png');
    width: 446px;
    height: 713px;
    top: 1800px;
    right: 140px;
}

div#bg-3-4 {
    background: url(http://schulzmarcel.de/x/drafts/parallax/img/ground.png);
    width: 1104px;
    height: 684px;
    top: 2700px;
    right: 0px;
    bottom: 0;
}

/* middle layer clouds */
div#parallax-bg-2 div {
    background: url(../images/cloud-lg1.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 488px;
    height: 138px;
    overflow: hidden;
}

div#bg-2-1 {
    top: 100px;
    left: -310px;
}

div#bg-2-2 {
    top: 420px;
    right: -370px;
}

div#bg-2-3 {
    top: 870px;
    left: -300px;
}

div#bg-2-4 {
    top: 825px;
    right: -260px;
}

div#bg-2-5 {
    top: 1620px;
    left: 108%;
}

div#bg-2-6 {
    top: 720px;
    left: 340px;
}

/*background layer clouds */
div#parallax-bg-1 div {
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 488px;
    height: 138px;
    overflow: hidden;
}

div#bg-1-1 {
    background: url(../images/cloud-sm1.png');
    top: 200px;
    right: 450px;
}

div#bg-1-2 {
    background: url(../images/cloud-lg1.png);
    top: 420px;
    right: -620px;
}

div#bg-1-3 {
    background: url(../images/cloud-sm1.png');
    top: 780px;
    right: -71%;
}

div#bg-1-4 {
    background: url(../images/cloud-sm1.png');
    top: 1134px;
    right: -30px;
}

div#bg-1-5 {
    background: url(../images/bangalore.png);
    top: 1200px;
    right: 135%;
    height: 509px !important;
    background-size: contain;
}
