@media screen and (min-width: 1600px){
	.header, .footer{
		width: 95% !important;
		margin: 0px auto;
	}
	.main, .about{
		background-size: 100% auto !important;
	}
}