.image-gallery {
	opacity:0;
}

.image-gallery.-loaded {
	opacity:1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}