/* css styles */


.about-entity .about-image {
  position: relative;
}
.about-entity .about-image::after {
  content: "Your caption here";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  color: black;
  padding: 4px 8px;
}