.path-results .image-cards--results {
	display: flex;
	flex-direction: row;
}

.path-results .image-cards--results .image-card.image-card--triple.image-card--standard {
	
	display: flex;
	align-items: stretch;
	justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
}