.gallery-wrapper:first-of-type .gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--gallery-gap);position:relative;overflow:hidden;margin-top:2rem}.gallery-wrapper:first-of-type .gallery__item{position:relative}.gallery-wrapper:first-of-type .gallery .gallery__item:first-child{grid-column:3/span 4;grid-row:1/span 3;aspect-ratio:1}.gallery-wrapper:first-of-type .gallery .gallery__item:nth-child(2){grid-column:7/span 4;grid-row:1/span 2;aspect-ratio:4/3;margin-top:1rem}.gallery-wrapper:first-of-type .gallery .gallery__item:nth-child(3){grid-column:4/span 3;grid-row:4/span 2;aspect-ratio:1/1.3}.gallery-wrapper:first-of-type .gallery .gallery__item:nth-child(4){grid-column:7/span 3;grid-row:3/span 3;aspect-ratio:4/4.5}.gallery-wrapper:first-of-type .gallery .gallery__item:nth-child(n+5){grid-column:span 3;grid-row:6;aspect-ratio:4/3}@media (min-width:501px) and (max-width:768px){.gallery-wrapper:first-of-type .gallery{grid-template-columns:repeat(6,minmax(0,1fr))}.gallery-wrapper:first-of-type .gallery .gallery__item:first-child,.gallery-wrapper:first-of-type .gallery .gallery__item:nth-child(3){grid-column:1/span 3;grid-row:auto}.gallery-wrapper:first-of-type .gallery .gallery__item:nth-child(2),.gallery-wrapper:first-of-type .gallery .gallery__item:nth-child(4){grid-column:4/span 3;grid-row:auto}.gallery-wrapper:first-of-type .gallery .gallery__item:nth-child(n+5){grid-column:span 3;grid-row:auto}}@media (max-width:500px){.gallery-wrapper:first-of-type .gallery{grid-template-columns:1fr}.gallery-wrapper:first-of-type .gallery .gallery__item{grid-column:1/span 1!important;grid-row:auto!important;aspect-ratio:1!important;margin-top:0}}