.logo-figures {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
}
.logo-figures figure {
    width: 40%;
    text-align: center;
}
.logo-figures figure img {
    box-shadow: none;
}
.logo-figures figure figcaption {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    max-width: 100%;
}
.logo-figures figure.transparent img {
    background: #CCC;
    padding: 0.5em;
}