.-m-cms-cont-gallery-photoswipe2 .-items {
	-c1-gap:20px;
	--c1-gap:20px;
	-c1-items-min-width:200px;
	--c1-items-min-width:200px;
}
.-m-cms-cont-gallery-photoswipe2 .-items > figure {
	display:flex;
}
.-m-cms-cont-gallery-photoswipe2 figure > a {
	display:flex;
	flex:1 1 100%;
	min-height:200px;
	position:relative;
}
.-m-cms-cont-gallery-photoswipe2 cms-image2 {
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	max-width:none !important;
}
.-m-cms-cont-gallery-photoswipe2 .-text {
	font-size:.9em;
}

@supports (display: grid) {
	.-m-cms-cont-gallery-photoswipe2 .-items > figure:first-child {
		grid-area: auto / auto / span 2 / span 2;
	}
	.-m-cms-cont-gallery-photoswipe2 .-items > figure:nth-child(3n) {
		grid-area: auto / auto / span 1 / span 2;
	}
	.-m-cms-cont-gallery-photoswipe2 .-items > figure:nth-child(7n) {
		grid-area: auto / auto / span 2 / span 2;
	}
	.-m-cms-cont-gallery-photoswipe2 .-items[c1-flex-grid-numcols="1"] > figure {
		grid-area: auto / auto / span 1 / span 1;
	}
}
