.module-user-components-avatar {
  overflow: hidden;
  border-radius: 50%;
  .name-icon {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
  }
  .avatar-img {
    width: 100%;
    height: 100%;
  }
}
