 /* desktop css */
@media screen and (min-width: 480px)
 {
.logo-img
{
	width:80px;
	height:80px;
}

}	
 
  /* desktop css */
 /* mobile css */
 @media only screen and (max-width: 600px)
 {
     
  .logo-img
{
	width:70px;
	height:70px;
}   
     
 }
 
 /* mobile css */