.urbanova footer.main-footer #footer-nav .row.footer-logos img {
	height: 30px;
	max-width: none;
	filter: contrast(0) brightness(3);
}


.company-logo-container img,
a.company-img:hover>.company-logo-container img,
.mtd .company-logo-container img {
	height: 10%;
	width: auto;
	filter: contrast(0) brightness(3);
}

.mtd a.company-img:hover>.company-logo-container img {
	filter: contrast(0) brightness(0);
}

@media screen and (max-width: 767px) {

	.company-logo-container img,
	.mtd .company-logo-container img {
		height: 5%;
		max-width: none;
		width: auto;
	}
}