.masonry-gallery__items{display:grid;gap:var(--gap);grid-template-columns:repeat(var(--mobile-columns),minmax(0,1fr))}@media (min-width:48rem){.masonry-gallery__items{grid-template-columns:repeat(7,minmax(0,1fr))}.masonry-gallery__item{grid-column-end:span 2}.masonry-gallery__item:first-child{grid-column:1/span 2;grid-row:1/span 2}.masonry-gallery--feature-left .masonry-gallery__item:first-child{border-bottom-left-radius:var(--border-radius,20px);border-top-left-radius:var(--border-radius,20px)}.masonry-gallery--feature-right .masonry-gallery__item:first-child{border-bottom-right-radius:var(--border-radius,20px);border-top-right-radius:var(--border-radius,20px);grid-column-start:-3}.masonry-gallery__item:nth-child(3),.masonry-gallery__item:nth-child(4){grid-column-end:span 3}.masonry-gallery__item:nth-child(2),.masonry-gallery__item:nth-child(5){grid-column-end:span 2}.masonry-gallery--feature-left .masonry-gallery__item:nth-child(3){border-top-right-radius:var(--border-radius,20px)}.masonry-gallery--feature-left .masonry-gallery__item:nth-child(5){border-bottom-right-radius:var(--border-radius,20px)}.masonry-gallery--feature-right .masonry-gallery__item:nth-child(2){border-top-left-radius:var(--border-radius,20px)}.masonry-gallery--feature-right .masonry-gallery__item:nth-child(4){border-bottom-left-radius:var(--border-radius,20px)}}@media not screen and (min-width:48rem){.masonry-gallery__item{border-radius:var(--border-radius,20px)}.masonry-gallery__item.theme-media--video,.masonry-gallery__item:first-child{grid-column:1/span var(--mobile-columns)}}.masonry-gallery__item.theme-media--image .theme-media__media,.masonry-gallery__item.theme-media--image a,.masonry-gallery__item.theme-media--image img,.masonry-gallery__item.theme-media--video .theme-media__media,.masonry-gallery__item.theme-media--video a,.masonry-gallery__item.theme-media--video img{border-radius:inherit;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}