/* Shared post-build overrides. Keep tablet and mobile logo sizes unchanged. */
@media (min-width: 901px) {
	.brand {
		flex: 0 0 140px;
	}

	.brand img {
		max-width: 140px;
	}
}
