body, html {
    overflow-x: hidden;
}
.easyparallax{
			background-attachment: fixed;
			background-position: 50% 0;
			background-repeat: no-repeat;
			position: relative;
}
.easyparallax-container{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 100%;
}
.easyparallax-overlay{
    left: 0;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.easyparallax-wrapper{
    height: 100%;
    width: 100%;
    float: none;
    margin: auto;
    position: relative;
}