header .logo img {
	width: auto;
	height: auto;
	max-height: 70px;
	max-width: 300px;
	object-fit: contain;
}
@media screen and (max-width: 1100px) {
	header .logo img {
		max-height: 36px;
		max-width: 150px;
	}
}