/* Fake 3D tilt */
[data-tilt3d="true"]{
  touch-action: none;
  cursor: grab;
  transform-style: preserve-3d;
  will-change: transform;
  user-select: none;
  -webkit-user-drag: none;
}
[data-tilt3d="true"]:active{ cursor: grabbing; }
