.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 16px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-family: Inter, sans-serif;
  line-height: 1.4;
  z-index: 1;
  pointer-events: none;
}
