header .logo img {
	width: auto;
	max-height: 45px;
}
@media screen and (max-width: 768px) {
	header .logo img {
		max-height: 40px;
	}
}
@media screen and (max-width: 603px) {

}
@media screen and (max-width: 480px) {

}