.gallery{background:#f0ede5}.gallery-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:220px 220px;gap:16px}.gallery-item{position:relative;margin:0;overflow:hidden;border-radius:3px;background:#d7dfdc}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}.gallery-item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:32px 18px 15px;color:#fff;font-size:13px;font-weight:700;background:linear-gradient(transparent,rgba(0,0,0,.65))}.gallery-note{font-size:12px;color:var(--muted);margin:18px 0 0}@media(max-width:760px){.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:190px 190px 190px}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}}
