.avatar--up {
  clip-path: polygon(40% 0, 100% 0, 70% 100%, 0 100%);

  &:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}