.gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(284px,auto));grid-gap:16px;margin-top:52px}@media only screen and (max-width:1023px){.gallery__grid{grid-template-columns:repeat(auto-fill,minmax(228px,auto));grid-gap:8px;margin-top:26px}}.gallery__grid img,.gallery__grid picture{display:block;height:100%}.gallery__grid img{width:100%;height:100%;border-radius:20px;aspect-ratio:4/3;object-fit:cover}@media only screen and (max-width:1023px){.gallery__grid img{border-radius:12px}}.gallery-item{position:relative}