/*
.flex-content-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.flex-content-wrapper .description {
	flex-grow: 1;
}*/