/* * Row with equal height columns * -------------------------------------------------- */ .row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .row-eq-height > div { padding-bottom: 20px; } .row-eq-height > div > a { display: flex; flex-direction: column; justify-content: space-between; height: 100%; } .row-eq-height .vertical-spacer { display: flex; flex-direction: column; justify-content: space-around; height: 100%; } .row-eq-height .vertical-spacer img { width: 100%; }