.ele-parallax-box { background-position:center top; background-repeat:no-repeat; background-attachment:fixed;}
.ele-space-parallax { height:1px; width:100%; display:table; text-align:center; color:#fff; }

@media screen and (max-width:1000px) {
.ele-parallax-box { background-attachment:scroll; background-size:cover; -webkit-background-size:cover;}
}