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