/* CSS Document */
html, body {
	overflow-x: hidden;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
section.parallax-section {
	width: 100%;
	width: 100vw;
	position: relative;
}
.parallax-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 100%;
	width :100%;
}
.parallax-content {
	z-index: 999;
	position:absolute;
}
.parallax-mobile {
    position: absolute;
    width: 100%;
	left:0;
}
.parallax-mobile .parallax-content{
    position: absolute;
    top:0;
	left:0;
	width:100%;
}
img.px-mobile-img {
    max-width: 100%;
}