.inline-gallery-image {
  display: block;
  width: 100%;
  padding-top: 130%;
  background-size: cover;
  background-position: center;
}
.inline-gallery-image[title]::before {
  content: attr(title);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: rgb(255, 255, 255);
  background-color: rgba(154, 196, 43, 0.8);
  padding: 10px 20px;
  font-size: 20px;
}