/* Let cards in one row stretch to equal height. */
.seminar-cards { display: flex; flex-wrap: wrap; }
.seminar-cards .thumbnail { height: 100%; }
