body {
		background-color: #E6E5E4;
		background-image: linear-gradient(to top, rgba(68, 68, 68, 0.4), rgba(68, 68, 68, 0.2)), url("../../images/product2.jpg");
		background-size: auto, cover;
		background-attachment: fixed, fixed;
		background-position: center, top;
	}
	



	@media screen and (max-width: 1280px) {

			#banner {
				background-color: #E6E5E4;
				background-image: linear-gradient(to top, rgba(68, 68, 68, 0.4), rgba(68, 68, 68, 0.2)), url("../../images/product3.jpg");
				background-size: auto, cover;
				background-position: center, center;
			}

		}
	
	
	

	@media screen and (max-width: 1280px) {

		#wrapper > header {
			background-color: #E6E5E4;
			background-image: linear-gradient(to top, rgba(68, 68, 68, 0.4), rgba(68, 68, 68, 0.2)), url("../../images/product3.jpg");
			background-size: auto, cover;
			background-position: center, 0% 30%;
		}
		
	
	
		