.header__heading-logo-wrapper {
	max-width: 60px;
}

@media screen and (min-width: 750px) {
	.header__heading-logo-wrapper {
		max-width: 100%;
	}
}