.cc-distributor .image {
    max-width     : 100px;
    max-height    : 100px;
    min-width     : 100px;
    min-height    : 100px;
    width         : 100%;
    height        : 100%;
    overflow      : hidden;
    border-radius : 50px;
    position      : relative;
    padding       : 0;
    margin        : 0;
}

.cc-distributor .image img {
    position      : absolute;
    border-radius : 0;
    padding       : 0 !important;
    margin        : 0;
    width         : auto;
    height        : auto;
}