.container{width:1000px;}

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