.masonry-gallery{grid-column-gap:20px;grid-row-gap:24px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(7,1fr)}@media (max-width:500px){.masonry-gallery{display:block}.masonry-gallery__cell{margin-bottom:10px}}.masonry-gallery__picture1{grid-area:1/1/4/2}.masonry-gallery__picture2{grid-area:1/2/3/3}.masonry-gallery__picture3{grid-area:1/3/5/4}.masonry-gallery__picture4{grid-area:3/2/5/3}.masonry-gallery__picture5{grid-area:4/1/8/2}.masonry-gallery__picture6{grid-area:5/2/8/4}.masonry-gallery__image{border-radius:20px;height:100%;object-fit:cover;width:100%}