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