@media (max-width: 600px) {
	.east-navi {
		padding: 5px 5px;
	}
}
@media (max-width: 430px) {
	:root {
		/* nav image + title + button padding + nav padding */
		--east-header-height: calc(45px + 24px + 10px + 10px);
	}
	.east-navi img {
		width: 45px;
	}
	.east-navi ul {
		top: var(--east-header-height);
		position: fixed;
	}
	div:not(.uk-first-column) > .east-navi ul {
		border-left: unset;
	}
}