.event-image { aspect-ratio: 1.77 / 1; overflow: hidden; border-radius: 34px; background: #fff; box-shadow: 0 15px 35px rgba(3, 31, 35, .04); }
.event-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
@media (max-width: 800px) { .event-image { border-radius: 28px; } }
@media (max-width: 440px) { .event-image { border-radius: 23px; } }
