@media screen and (min-width: 1220px) {
	#page .header-bar {
		display: grid;
		grid-template-columns: 20% 55% 1fr;
	}
}