.chase-stage {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16rem;
  overflow: hidden;
  pointer-events: none;
  z-index: 8;
}

.chase-walker {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.chase-walker img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

html.disco-mode .chase-stage,
html.arcade-mode .chase-stage {
  display: none !important;
}
