
//uncomment this if the client wants image rezising on the backgrounds
// $(document).ready(function(){
	
// 	var width = $(window).width();		
// 	if(width > "1024"){
// 		$(".background-image img").css("width", width);	
// 	}		
// 	$(window).resize(function() {
// 		var width = $(window).width();		
// 		if(width > "1024"){
// 			$(".background-image img").css("width", width);	
// 		}		
// 	});	
// });
