@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
 	#region-body {
		width: 80% !important;
	}
	
	#region-start {
		width: 20% !important;
	}
	
	#region-end {
		width: 20% !important;
	}
}

@media (max-width: 750px) {
 	#region-body {
		width: 96% !important;
	}
	
	#region-start {
		width: 2% !important;
	}
	
	#region-end {
		width: 2% !important;
	}
}