/******* *** M E D I A   Q U E R I E S ***********/

/* min-width: 320px max-width: 478px */
@media screen and (min-width: 320px) and (max-width: 478px) {
	#logo img {
		width: 240px;
	}

	#mobile-menu-trigger {
		top: -7px !important;
	}
}