.qg-masonry {
	display: flex;
	flex-wrap:wrap;
	position: relative;
	min-width: 100px;
}
.qg-masonry > * {
	min-width:inherit;
	flex:1 1 auto;
	box-sizing:border-box;
}
.qg-masonry.-Js > * {
	position: absolute;
}
