For example I have such images:
and css:
.company-header-avatar{ width: 60px; height: 60px; -webkit-border-radius: 60px; -w
The following CSS is sufficient :
.profile-avatar { border-radius: 50%; }
And the usage in html :