.album-gallery {
  line-height: 0;
  columns: 1;
  column-gap: 1.5rem;
}
.album-gallery div.image-description {
  
  margin-bottom: 1.5rem;
  break-inside: avoid;
  
}

.album-gallery div.description {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}


.album-gallery div.description p {
    text-align: center;   
}


@media screen and (min-width: 60rem) {
  .album-gallery div.image-description {
    display: inline-block;
    vertical-align: top;
    margin: 0.41rem;
    width: 300px;
  }
  .album-gallery div.image {
    width: 300px;
  }
  .album-gallery .img {
    --w: 1 !important;
    --h: 1 !important;
  }

  .image-drop-overflow {
    max-height: 365px;
    overflow: hidden;

  }
}
