/* Utility for images that must preserve transparent pixels without a forced fill color. */
.transparent-media {
    display: block;
    background: transparent !important;
    background-color: transparent !important;
}