.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px;margin-bottom:16px}.gallery__item{position:relative;overflow:hidden;border-radius:4px;height:115px;cursor:pointer}.gallery__item img{width:100%;height:100%;object-fit:cover}