.dept-avatar {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.dept-avatar__link,
.dept-avatar__wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.dept-avatar__img {
    width: 100%;
    height: 100%;
    border-radius: var(--people-border-radius-circle);
    object-fit: cover;
}