.gallery__item {
  position: relative;
  min-height: 180px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 26px;
}

.gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.gallery__item figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 2.5rem 1rem 1rem;
  background: linear-gradient(transparent, rgba(17, 36, 24, 0.82));
  color: white;
  font-weight: 900;
}

.event-poster {
  display: block;
  width: min(100%, 520px);
  margin-top: 1.5rem;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
