/* Oud-Beijerland.org V0.3.6.3.7.1 - prevent double clipping of mobile listing mascots */
@media (max-width: 680px) {
  /* The hero remains the outer crop boundary. The inner art viewport must not crop a transformed mascot. */
  .content-hero.listing-hero-v0363,
  .agenda-hero.listing-hero-v0363 {
    overflow: hidden !important;
  }

  .listing-hero-v0363 .listing-hero-art-v0363 {
    overflow: visible !important;
    right: -10px !important;
    width: 68% !important;
    height: 100% !important;
    bottom: 0 !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
  }

  /* Keep the transparent mascot source intact before applying the existing zoom transform. */
  .listing-hero-v0363 .listing-hero-art-v0363 img {
    object-fit: contain !important;
    object-position: right bottom !important;
  }

  /* Per-category framing: wider art boxes prevent the left shoulder/arm/prop from being cut off. */
  .listing-hero-routes-v0363 .listing-hero-art-v0363 {
    right: -12px !important;
    width: 72% !important;
  }
  .listing-hero-sights-v0363 .listing-hero-art-v0363 {
    right: -10px !important;
    width: 71% !important;
  }
  .listing-hero-restaurants-v0363 .listing-hero-art-v0363 {
    right: -12px !important;
    width: 73% !important;
  }
  .listing-hero-news-v0363 .listing-hero-art-v0363 {
    right: -10px !important;
    width: 72% !important;
  }
  .listing-hero-events-v0363 .listing-hero-art-v0363 {
    right: -10px !important;
    width: 70% !important;
  }
}
