.round-image {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}
.round-image img {
    object-fit: cover;
}