ul {list-style-type:none;}
li {
display: list-item;
text-align: -webkit-match-parent;
list-style-type:none;
}
.image { width: 200px; height: 200px; display: table-cell; vertical-align: bottom; }
.image img { vertical-align: bottom; max-width: 200px; max-height: 200px; }
.badge-wrapper { position: relative; }
