.perspecto {
  --rotateY: 0deg;
  --rotateX: 0deg;

  transform: perspective(300px) rotateX(var(--rotateX)) rotateY(var(--rotateY));
}
