.parallax { 
		background-image: url("../../img/s1.jpg");
		height: 500px; 
		background-size: 100% 100%;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		
	}