.album-gallery {
  line-height: 0.5;
  columns: 1;
  color: var(--color-grey);
  column-gap: 1.5rem;
}

/*.album-gallery li::before {
  content: ">";
}*/

.album-gallery li {
  display: block;
  margin-bottom: 1.5rem;
  break-inside: avoid;
  text-transform: lowercase;
}

.album-gallery img {
  max-height: 80vh;
  width: auto;
 
}

.column-grid-8 {
  grid-template-columns: repeat(6, 1fr);
}


@media screen and (min-width: 60rem) {
  .album-gallery {
    columns: 1;
  }
}
