@media only screen and (max-width: 768px) {

/* on mobile, show logo-icon instead of logo-wide */
#header .logo-wide {
	background-image: url(../img/logo-icon.png);
	background-repeat: no-repeat;
	width: 62px;
	height: 34px;
}

/* end of media query */
}
