.gallery-box{padding:var(--large-space);display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--gallery-picture-size),1fr));gap:var(--standard-space);justify-content:center}.gallery-item{justify-self:center}.gallery-item img{width:min(var(--gallery-picture-small-size),var(--gallery-picture-size));height:min(var(--gallery-picture-small-size),var(--gallery-picture-size));object-fit:cover;border-radius:50%}.gallery-item:hover img{opacity:var(--hover-opacity);filter:grayscale(50%)}