/* Street Scrappers card: render the actual game sprite assets directly. */
.scrappers-shot .scrapper-sprite {
  position: absolute;
  z-index: 12;
  bottom: 30px;
  display: block;
  width: 96px;
  height: 112px;
  object-fit: contain;
  object-position: center bottom;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  filter: drop-shadow(5px 7px 0 rgba(0,0,0,.35));
  pointer-events: none;
  user-select: none;
}

.scrappers-shot .hero-sprite {
  left: 22px;
}

.scrappers-shot .thug-sprite {
  right: 22px;
}

.scrappers-shot .impact-flash {
  top: 102px;
}

@media (max-width: 720px) {
  .scrappers-shot .hero-sprite { left: 14px; }
  .scrappers-shot .thug-sprite { right: 14px; }
}