For example I have such images:
and css:
.company-header-avatar{ width: 60px; height: 60px; -webkit-border-radius: 60px; -w
This did the work for me.
.company-header-avatar{ height: 60px; width: 60px; object-fit: contain; border-radius: 50%; }