/* parallax 
.parallaxWrapper {
	background-repeat: no-repeat;
	background-position: 50% 60px;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	display: table;
}*/

.parallax-window {
    min-height: 400px;
    background: transparent;
}
