@media screen and (max-device-width: 480px) {
body {
  background-image : url("/images/mobile-pattern.jpg");
  background-repeat : repeat-y;
  width : 450px;
}
}
