.gallery{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px}.gallery img{width:100%;height:110px;object-fit:cover;border-radius:9px;border:1px solid var(--line);cursor:pointer;transition:transform .2s}.gallery img:hover{transform:scale(1.03)}@media(max-width:900px){.gallery{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.gallery{grid-template-columns:1fr 1fr}.gallery img{height:90px}}
