#wrapper{
	overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 1280px){
	html,
	body{
		min-width: 1280px;
		max-width: 1600px;
		width: auto;
	}
}