$(document).ready(function(){

 	if ($(window).width() > 1024) {
 		$('#midden').css('width','1200px');
 		
 		
 		
 	}
 	

});