@media only screen and (max-width: 1024px) {
	.mobile-menu-wrapper {
		/* fix tablet landscape hamburger menu opener */
		display: block;
	}
}