.post-card__inner.type-employee .post-card__image {
    aspect-ratio: 1;
    border-radius: var(--wp--custom--global--border--radius--base);
    background-color: var(--wp--preset--color--base-variant);
    background: linear-gradient(to bottom, var(--wp--preset--color--base-variant) 0%, color-mix(in srgb, var(--wp--preset--color--base-variant) 80%, var(--wp--preset--color--primary-light)) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;

    img {
        height: 90%;
        width: auto;    
        aspect-ratio: inherit;
        object-fit: contain;
    }
}