/* Oud-Beijerland.org V0.3.6.4.7.2.12.10.2.12.8.4.14.1.2.6.6
 * Events hero zoom parity: desktop crop aligned with the other listing heroes.
 * Goal: head, upper body and book dominate; lower dress is intentionally cropped.
 * Mobile remains governed by the existing Events rules.
 */
@media (min-width: 681px) {
  .agenda-hero.listing-hero-v03638 {
    height: 340px !important;
    min-height: 340px !important;
    box-sizing: border-box !important;
  }

  .agenda-hero.listing-hero-v03638 .listing-hero-art-v03638 {
    top: 0 !important;
    right: -24px !important;
    bottom: auto !important;
    width: min(47%, 540px) !important;
    height: 170% !important;
    overflow: visible !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
  }

  .agenda-hero.listing-hero-v03638 .listing-hero-art-v03638 img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: right top !important;
    transform: scale(1.18) translate(0, 0) !important;
    transform-origin: right top !important;
  }
}
