Setting color around images to black on mobile

What I’m trying to do

Is there a CSS snipet to set the color around a png to black on mobile devices? When tapping on an image, I would like to see:

Not

Things I have tried

I’m still an obsidan novice, but tried several codes that appeared close to my problem, but no luck. Apologies if i missed somethnig obvious. Thank you for the look.

Oh my god, after checking every possible class in Obsidian app.css file, I’ve managed located the correct class. :sob:

.mobile-image-viewer {
    background: white;
}