.figure {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-neutral);
  position: relative;
}

.figure img {
  background: var(--color-white);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  flex: 1 1 min(24em, 100%);
  min-width: 0;
  overflow: clip;
}
