img.su-image-fallback { display: block; object-fit: scale-down !important; object-position: 50% 50% !important; box-sizing: border-box; padding: 3px !important; background: var(--clr-bg, #222); } .su-image-fallback-bg { position: relative; overflow: hidden; background-color: var(--clr-bg, #222) !important; background-image: none !important; } .su-image-fallback-bg::before { content: ""; position: absolute; inset: 0; background: var(--su-image-fallback-url) center / 48px 48px no-repeat; pointer-events: none; } @media (prefers-contrast: more) { img.su-image-fallback, .su-image-fallback-bg { outline: 2px solid currentColor; outline-offset: -2px; } }