.gallery{position:relative}.grid{grid-row-gap:10px;grid-column-gap:10px;display:grid;grid-auto-rows:20px;grid-template-columns:repeat(auto-fill,minmax(420px,1fr))}.gallery__gallery__img,.grid{margin:auto}.gallery__gallery__img.gallery__gallery__img--fit{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:900px){.grid{grid-template-columns:repeat(auto-fill,minmax(225px,1fr))}}@media only screen and (max-width:600px){.grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr))}}