
.caption {
  /* background: #FAFAFA; */
  margin: 0;
  padding: 10px;
  text-align: center;
}

/* position dots in carousel */
.flickity-page-dots {
  bottom: -25px;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}

.fixed-height-slide {
  /* width: 100%; */
  height: 500px;
}

.fixed-height-slide img {
  display: block;
  max-height: 100%;
}

.carousel-container {
  padding-bottom: 25px;
}