
section {
    /* min-height: 500px; */
    position: relative;
    /* width: 100% !important; 
    min-width: 1000px;*/
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

/* section:nth-of-type(1){background:whitesmoke;height:1200px;} 
section:nth-of-type(2){background:black;height:1600px;}*/

#story-freext>div:nth-of-type(1) {
    background: url(../images/footer-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 400px;
    position:absolute;
    top:0px;left:0px;
    width:100%;
}

#bottle>div:nth-of-type(1){
    background: url(../images/news-bg1.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 600px;
    position:absolute;
    top:0;left:0;
    width:100%;   
}





.parallax-item{position:absolute;z-index:5;top:40px;left:400px;}
