.circle-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.circle-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}