.image-features-profilemanager {

    background-image: url("/my/macos/server/images/features/profilemanager_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-features-profilemanager {
        background-image: url("/my/macos/server/images/features/profilemanager_large_2x.jpg");
    }
}

.image-features-osx {

    background-image: url("/my/macos/server/images/features/osx_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .image-features-osx {
        background-image: url("/my/macos/server/images/features/osx_large_2x.jpg");
    }
}
