@media screen and (max-width: 480px) {
  #container {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 20px;
  }
}
