.carousel {
  border-bottom: 1px solid var(--borderColor);
}

.carouselContainer {
  width: 100%;
}

.carouselImage {
  background-color: var(--secondaryTextColor);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}