.avatar--uprt {
  clip-path: circle(50%);

  &:hover {
    clip-path: circle(100%);
  }
}