.row-flex {
    display: flex !important;
    flex-flow: row wrap !important;
}

.thumbnail {
	min-height: 100%;
}

.row-flex > [class*='col-'] {
	padding-bottom: 20px;
}