/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 82.5em) {
  body {
    width: 30%;
  }
}
