.gallery{display:grid;gap:20px;grid-auto-columns:calc(25% - 15px);grid-auto-flow:column;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.gallery .gallery-item{aspect-ratio:16/9;background:linear-gradient(135deg,#2d3552,#1b2136);border:1px solid #24304f;border-radius:10px;color:#b8c0d9;cursor:pointer;display:grid;place-items:center;scroll-snap-align:start}.gallery .gallery-item:hover{opacity:.8}
