.marketplaces .marketplace img {
    width: 24px;
    height: 24px;
    transition: filter 0.15s ease-in-out;
}
.marketplaces .marketplace:hover img {
    filter: invert(1);
}