/* About page only: remove the white oval portrait backgrounds
   from the single-character Kasia and Mati sections while
   keeping the top duo artwork unchanged. */
.about-aligned-page .about-character-kasia .about-character-art,
.about-aligned-page .about-character-mati .about-character-art {
  width: min(100%, 320px) !important;
  aspect-ratio: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
}

.about-aligned-page .about-character-kasia .about-character-art > img,
.about-aligned-page .about-character-mati .about-character-art > img {
  width: min(100%, 270px) !important;
  height: auto !important;
  max-width: 270px !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  display: block !important;
  margin: 0 auto !important;
}

@media (max-width: 900px) {
  .about-aligned-page .about-character-kasia .about-character-art,
  .about-aligned-page .about-character-mati .about-character-art {
    width: min(100%, 260px) !important;
  }

  .about-aligned-page .about-character-kasia .about-character-art > img,
  .about-aligned-page .about-character-mati .about-character-art > img {
    width: min(100%, 220px) !important;
    max-width: 220px !important;
  }
}
