/* Hero section with scrolling slideshow background */
.hero-section {
  min-height: 500px;
  background: #bc1823;
}

.rl-home-event-card {
  width: 22rem;
  height: 30rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.rl-home-event-image-link {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  flex-shrink: 0;
}

.rl-home-event-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}

.rl-home-event-desc {
  overflow-y: auto;
}

