/* Preserve cover-image pixels: fit within the hero instead of filling it. */
.partner-hero > img {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
}
