div.nav-container {
	width: 100%;
	height: 0%;
	transition: height var(--global-nav-hamburger-delay);
}

div.nav-container.nav-open {
	height: 100% !important;
}