/* Real event photography: preserve full images, including portrait shots. */
.event-photo{margin:0;min-width:0}
.event-photo img{display:block;width:100%;height:auto;border-radius:18px}
.event-photo figcaption{margin-top:.7rem;font-size:.875rem;line-height:1.5;color:var(--ink-soft)}
.event-photo--portrait{max-width:25rem;width:100%;justify-self:center}
.holiday-hero .event-photo figcaption{color:#e1eee8}
.real-events{background:#f8fbfa}
.event-photo-grid{display:grid;gap:2rem;align-items:start;justify-content:center}
.event-photo-grid .event-photo{max-width:40rem;width:100%;justify-self:center}
@media(min-width:700px){.event-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.event-photo-grid>.event-photo:only-child{grid-column:1/-1;max-width:48rem}}

.event-video{display:block;width:100%;max-width:24rem;height:auto;margin:0 auto;border-radius:18px;background:#102c38}.event-video-section{background:#fffdf8}
