
/* for low resolution display */
img.PUB-ISI-16-16 {
    background-image: url(../../imagens/PUB-ISI);
    background-repeat: no-repeat;
    background-size: px 16px;
}
/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
img.PUB-ISI-16-16 {
    background-image: url(../../imagens/PUB-ISI@2x);
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
}

