.event-art { margin:0; overflow:hidden; border:3px solid var(--ink); border-radius:50% 50% 28px 28px; background:var(--aqua); box-shadow:8px 8px 0 var(--ink); transform:rotate(2deg); }
.event-art img { display:block; width:100%; height:390px; object-fit:cover; object-position:center bottom; }
@media (max-width:700px) { .event-art { order:-1; } .event-art img { height:350px; } }
