.listing-picture-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 50%;
    background: #e8edf2;
    color: #46586a;
    font-family: inherit;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
}
