.wrapper {
  width: 1000px;
  margin: 0 auto;
}

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