.c-caption-wrap {
  position: relative
}
.c-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  text-shadow: 0 0 10px #000,0 0 10px #000;
  font-size: 10px;
  padding: 2px 5px 3px
}