
/* for low resolution display */
img.OcultarParcialmente-22-9 {
    background-image: url(../../imagens/OcultarParcialmente);
    background-repeat: no-repeat;
    background-size: px 9px;
}
/* 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.OcultarParcialmente-22-9 {
    background-image: url(../../imagens/OcultarParcialmente@2x);
    background-repeat: no-repeat;
    background-size: 22px 9px;
}
}

