@media(min-width:470px){
	.navigation-header-banner {
		height: 30px;
	}
}
@media(max-width:470px){
	.navigation-header-banner {
		height: 15px;
	}
}