footer {
  background-image: url(../../images/texture_stressed_linen.png);
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
footer {
    background-image: url(../../images/texture_stressed_linen2x.png);
    background-size: 256px 256px;
  }
}