/* Liberty Partners — Radiant Street residence page */
  /* Tablet/mobile: grid collapses to 2-up (span-6), so normalise every frame to
     one aspect ratio there to keep rows height-matched and gap-free. */
  @media (max-width: 980px) {
    .gallery .gal:not(.bento) .gfig .frame { aspect-ratio: 3 / 2; }
  }
