@media only screen and (max-width: 1920px) and (min-width: 935px) {
	.logo img {
		height: 55px !important;
	}
}

@media only screen and (max-width: 934px){
	.logo img {
		height: 59px !important;
		padding-left: 81px !important;
	}
};