/* Avatar overrides */
.avatar img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}

.avatar-sm {
    height: 40px;
    width: 40px;
    font-size: 20px;
    object-fit: cover;
    border-radius: 5px !important;
}
