.avatar--crush {
  clip-path: polygon(80% 0, 80% 0%, 100% 100%, 0% 100%);

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