.album-gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.album-gallery__column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.album-gallery__column a {
  display: block;
}

@media screen and (min-width: 60rem) {
  .album-gallery {
    flex-direction: row;
    align-items: flex-start;
  }

  .album-gallery__column {
    flex: 1 1 0;
  }
}

/* CSS Fandybox TBC - ne fonctionne pas pour l instant*/
/* .fancybox__caption {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 0.5em 1em !important;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  font-size: 24px !important;
  text-align: center !important;
} */
/* CSS Fandybox TBC */
