span.badge.new.no-caption::after { content: ""; } /* some flexy flexbox stuff */ .flex { display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; } .flex .flex-card { display: flex; margin-right: 16px; max-width: 400px; } .flex .flex-card .pull-down { position: absolute; bottom: 0; left: 0; width: 100%; }