/* Preserve the reference pointer asset and its placement below the selection. */
.hero-cursor-motion { left: 235px; top: 171px; }
.hero-cursor img {
  display: block;
  grid-column: 1;
  grid-row: 1;
  width: 40px;
  height: 40px;
}
@media (max-width: 720px) {
  .hero-cursor-motion { left: 319px; top: 181px; }
}
