Flexbox Stretch

.flex-container {
	display: flex;
	align-items: stretch;
}
Rudolph Steyn