.rounded-circle.fixed-size {
    width: 50px;
    height: 50px;
}

.rounded-circle.cover {
    width: 50px;
    height: 50px;
    object-fit: cover;
}