/* Theme */
div.header-bg {
  background-image: url("/res/128/img/header.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  div.header-bg {
    background-image: url("/res/128/img/header@2x.jpg");
  }
}