/* Theme Name: SS */
.wp-block-gallery {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.wp-block-gallery::after {
	content:"";
	width:30%;
	position:relative;
}
.wp-block-gallery > figure {
	width:30%;
}
@media screen and (max-width:767px) {
	.wp-block-gallery > figure {
		width:48%;
	}
}