@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min-resolution: 2dppx) {
    /* Retina-specific stuff here */
}