.wrapper{
	width: 1000px;
}

@media only screen and (max-device-width: 480px) {
  .wrapper {width: 960px;}
}