.parallax {
	
	position: fixed;
	
	width: 100%;
	height: 100vh;
	
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	z-index: -1;
	
}