#banner {
	display: flex;
	align-items: center;
	gap: 2em;
}

#banner span.image.object {
	width: auto;
	
	img {
		width: auto;
	}
}