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