@media(max-width:470px){
	.navigation-banner{height: 50px;}
}
@media(min-width:470px){
	.navigation-banner {
		height: 29px;
	}
}