#storage {
	background-image:url(../images/storage_1920.jpg); 
	height:800px;
}

@media screen and (max-width: 1366px) {
	#storage {
		background-image:url(../images/storage_1366.jpg); 
		height:670px;
	}	
}
@media screen and (max-width: 1024px) {
	#storage {
		background-image:url(../images/storage_1024.jpg); 
		height:570px;
	}
}
@media screen and (max-width: 640px) {
	#storage {
		background-image:url(../images/storage_640.jpg); 
		height:480px;
	}
}