You need to use PNGs with transparent backgrounds and should use high quality logos but it works like a charm to turn all logos white if you want to run a dark background or a transparent background overlaying a photo.
/* Whitescale filter */
.eapp-logo-showcase-logo-inner {
filter: brightness(0) invert(1);
}