.gallery{
  display: flex;
  gap: calc( var(--site-gap, 1rem) * 1);
  flex-direction: column;
  align-items: end;
}