@charset "UTF-8";

img.logo{
  	  width: 80%;
}

@media screen and (min-width: 768px) , print{

img.logo{
  	  width: 372px;
}

}