/* Photo Override - Replace RK placeholder with actual photo */
[class*="imagePlaceholder"] {
    background-image: url('/images/kaufmann.png') !important;
    background-size: cover !important;
    background-position: center !important;
    font-size: 0 !important;
    color: transparent !important;
}

[class*="imagePlaceholder"] span {
    display: none !important;
}
