.simple-photo-gallery{display:grid;gap:var(--columngap);grid-template-columns:repeat(auto-fill,var(--columnwidth))}.simple-photo-gallery__item{aspect-ratio:1/1;margin:0;width:100%}.simple-photo-gallery__item a,.simple-photo-gallery__item img{display:block;height:100%;object-fit:cover;width:100%}.simple-photo-gallery--right{justify-content:end;margin-left:auto}.simple-photo-gallery--center{justify-content:center;margin-left:auto;margin-right:auto}.simple-photo-gallery--left{justify-content:start;margin-right:auto}