/* Liberty Partners — Midway Modern (Lot 250) page */
  /* Gallery masonry: desktop uses the varied 12-col tiles from project.css.
     On tablet/mobile the grid collapses to span-6 (then span-12), so normalise
     every frame to one aspect ratio there — keeps the 2-up / 1-up rows gap-free. */
  @media (max-width: 980px) {
    .gallery .gal:not(.bento) .gfig .frame { aspect-ratio: 3 / 2; }
  }
