/*
	Template: twentyseventeen
	Theme Name: Twenty Seventeen Child
*/
@media screen and (max-width: 48em) {
	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}
	.admin-bar .site-navigation-fixed.navigation-top {
		top: 0;
	}

	.menu-main-container {
		max-height: 90vh;
		overflow: hidden auto;
	}
}
