#wrap {
	max-width: none !important;
	margin: 0 20px;
}

@media (max-width: 700px) {
	#wrap {
		margin: 0; 
	}
}
