/* Larger logo without changing the header/banner height. */
.sti-brand img {
	width: 86px;
	height: 64px;
	object-fit: contain;
}

@media (max-width: 560px) {
	.sti-brand img {
		width: 64px;
		height: 48px;
	}
}
