.gallery__container{display:grid;grid-gap:25px;grid-template-columns:repeat(auto-fill,minmax(max-content,1fr))}.gallery__item{border-radius:var(--cornerRadiusImage);height:176px;overflow:hidden}.gallery__item.full{grid-column-end:3;grid-column-start:1}.gallery__item img{height:100%;object-fit:cover;width:100%}