.album-gallery {
  line-height: 0;
  columns: 1;
  column-gap: 1.5rem;
}

.album-gallery li {
  display: block;
  padding-bottom: 1.5rem;
  break-inside: avoid;
}
.album-gallery li .img-caption p {
  font-size: 0.85rem;
  line-height: 1.1rem;
  padding-right: 5%;
}
.album-gallery li .img-caption p strong {
  text-transform: uppercase;
}
@media screen and (min-width: 60rem) {
  .album-gallery {
    columns: 1;
  }
  .album-gallery.altlayout {
    columns: 2;
  }
}
