@media (min-width: 1024px) {
	.navigation-space {
		height: 200px;
	}
}
@media (max-width: 470px) {
	.navigation-space {
		height: 260px;
	}
}