.logo-image {background-image: url('images/logo.png');}



@media screen and (max-width: 570px){
	.logo-image {background-image: url('images/logo-mobile.png');}
}