/* Footer brand logo: image only, no site-name text. */
.footer .footer-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 220px;
}

.footer .footer-logo-link .brand,
.footer .footer-logo-link .brand-dark {
	display: none !important;
}

.footer .wego-footer-logo-img,
.footer .footer-logo-img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 56px;
}
