.BGM-gallery-alt6-group-container {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity: 0;
	transition: opacity 0.5s;
	container-type: inline-size;
}
.BGM-gallery-alt6-group-container figure {
	flex: 0 1 auto;
	height: 15cqw;
	margin: 0 auto;
	display: flex;
	max-width: 35%;
	justify-content: center;
}
.BGM-gallery-alt6-group-container figure img {
	height: 100%;
}