.lightbox-collage{display:grid;gap:var(--grid-col-gutter);grid-template-rows:repeat(4, 1fr);grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 768px){.lightbox-collage{grid-template-rows:repeat(2, 1fr);grid-template-columns:repeat(4, 1fr)}}.lightbox-collage__item{border-radius:var(--border-radius-images);overflow:hidden}@media screen and (min-width: 768px){.lightbox-collage__item .media-lightbox__image-wrap{aspect-ratio:277/187}}.lightbox-collage__item:nth-child(1){grid-area:1/1/2/2}.lightbox-collage__item:nth-child(2){grid-area:1/2/2/3}.lightbox-collage__item:nth-child(3){grid-area:2/1/3/2}.lightbox-collage__item:nth-child(4){grid-area:2/2/3/3}.lightbox-collage__item--big{grid-area:3/1/5/3;padding-bottom:60px;overflow:visible}@media screen and (min-width: 768px){.lightbox-collage__item--big{grid-area:1/3/3/5;padding-bottom:0}}.lightbox-collage__item--big .media-lightbox__link{overflow:visible}@media screen and (min-width: 768px){.lightbox-collage__item--big .media-lightbox__image-wrap{aspect-ratio:585/404}}.lightbox-collage__item:nth-child(n+6){display:none}.lightbox-collage__item img{border-radius:var(--border-radius-images)}.lightbox-collage__button{position:absolute;right:0;bottom:-58px;width:100%;z-index:2}@media screen and (min-width: 768px){.lightbox-collage__button{bottom:10px;right:10px;width:auto}}
