.section-parallax {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
	.section-parallax {
    	background-attachment: scroll !important;
	    background-position: 50% top !important;
    	background-size: cover;
	    height: auto;
    	margin: 0 auto;
	    width: 100%;
	}
}

.section-parallax h2 {
	width:100%;
	max-width:1500px;
	margin:0 auto;
	text-align:center;
    padding: 300px 3%;
}

@media screen and (max-width:768px) {
	.section-parallax h2 {
	    padding: 150px 10%;		
	}
}
