#footer {
	height: var(--footer-height);
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	z-index: 5;
}

#footer img {
	max-height: 100%;
	padding: 16px;
	object-fit: contain;
}