@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  
  #outer #inner #content #wrapper .lower .credit {
	  background: url('/img/404/credit@2x.png') no-repeat center center;
	  background-size: 100%;
  }

}

@media only screen and (max-width: 690px) and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 690px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (max-width: 690px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-width: 690px) and (min-device-pixel-ratio: 1.5) {
  
  #outer #inner #content #wrapper .lower .credit {
	  background: url('/img/404/credit-btm@2x.png') no-repeat center top !important;
	  background-size: 100% !important;
  }

}