.circle-wrap {
    width: 180px;
    /* puoi cambiare la dimensione */
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
}

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

@media (max-width: 1250px) {
    .circle-wrap {
        width: 110px;
        height: 110px;
        overflow: hidden;
        border-radius: 50%;
    }
}