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