try this it should work
.ipsUserPhoto_tinier img, img.ipsUserPhoto_tinier, .ipsUserPhoto_tinier:after {
border-radius: 2px;
}
.ipsUserPhoto_tiny img, img.ipsUserPhoto_tiny, .ipsUserPhoto_tiny:after {
border-radius: 2px;
}
.ipsUserPhoto_mini img, img.ipsUserPhoto_mini, .ipsUserPhoto_mini:after {
border-radius: 2px;
}
.ipsUserPhoto_small img, img.ipsUserPhoto_small, .ipsUserPhoto_small:after {
border-radius: 2px;
}
.ipsUserPhoto_medium img, img.ipsUserPhoto_medium, .ipsUserPhoto_medium:after {
border-radius: 2px;
}
.ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after {
border-radius: 2px;
}
.ipsUserPhoto_xlarge img, img.ipsUserPhoto_xlarge, .ipsUserPhoto_xlarge:after {
border-radius: 2px;
}
.ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large::after {
border-radius: 100px;
height: 100px;
width: 100px;
}