header {
  background-image: url(../../images/texture_dark_leather.png);
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header {
    background-image: url(../../images/texture_dark_leather2x.png);
    background-size: 398px 484px;
  }
}