.avatar--present {
  clip-path: polygon(0 30%, 100% 20%, 100% 70%, 0 80%);

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