/* Image caption styling */

/*
*** Feature Block ***
*/

.section.compressed figure {
  position: relative;
}
.section.compressed figcaption {
  position: absolute;
  top: 94%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 1em;
}

/*
*** Hero Block ***
*/

#hero-image-caption {
  position: relative;
  top: 95%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 1em;
}

/*
*** Carousel Block ***
*/

#carousel-image-caption {
  position: relative;
  top: 95%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 1em;
}
