.logo img{
	height: 50px !important;
	width: 50px !important;
}

@media only screen and (min-width:601px){
	.logo img{
		height: 100px;
		width: 100px;
	}
}