.adams-tilt{
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform .18s ease-out, box-shadow .18s ease-out;
  will-change: transform;
}
.adams-tilt:hover{
  box-shadow: 0 18px 40px -12px rgba(0,0,0,.35);
}
