.masonry-gallery__items{display:grid;gap:var(--gap);grid-template-columns:repeat(var(--mobile-columns),minmax(0,1fr));position:relative}@media (min-width:768px){.masonry-gallery__items{grid-template-columns:repeat(6,minmax(0,1fr))}}.masonry-gallery__items:before{content:var(--square-orange-icon);grid-row:2;position:absolute;right:-50px;top:-50px}@media not screen and (min-width:768px){.masonry-gallery__items:before{display:none}}.masonry-gallery__items:after{bottom:80px;content:var(--red-line-icon);grid-column:2;grid-row:3;left:0;position:absolute}@media not screen and (min-width:768px){.masonry-gallery__items:after{display:none}}@media (min-width:768px){.masonry-gallery__item{grid-column-end:span 2}.masonry-gallery__item:first-child{grid-column:1/span 2;grid-row:1}.masonry-gallery--feature-right .masonry-gallery__item:first-child{grid-column-start:-3}.masonry-gallery__item:nth-child(2){grid-column:3/span 2;grid-row:1}.masonry-gallery__item:nth-child(3){grid-column:1/span 4;grid-row:2}.masonry-gallery__item:nth-child(4){grid-column:5/span 2;grid-row:2/span 2}.masonry-gallery__item:nth-child(5){grid-column:3/span 2;grid-row:3}}@media not screen and (min-width:768px){.masonry-gallery__item.theme-media--video,.masonry-gallery__item:first-child{grid-column:1/span var(--mobile-columns)}.masonry-gallery__item img{aspect-ratio:1/1}}.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{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}