/* Compact illustrations for the six specimen cards only. */
.specimen-card {
  min-width: 0;
}

.specimen-card .specimen-illustration {
  display: block;
  width: 220px;
  max-width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 18px;
}

/* Original illustration in the behind-the-scenes section. */
.ai-section > .ai-artwork {
  min-width: 0;
  width: 100%;
  margin: 0;
}

.ai-artwork img {
  display: block;
  width: 100%;
  max-width: 440px;
  height: auto;
  margin: 0 auto;
}
