/* scum.css - page-specific art only */
/* Shared structural styles live in server-page.css */

.scum-prisoner-art {
  position: absolute;
  right: -22px;
  bottom: 0;
  max-height: 460px;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .scum-prisoner-art {
    max-height: 380px;
    right: -36px;
  }
}

@media (max-width: 768px) {
  .scum-prisoner-art {
    display: none;
  }
}
