@media(max-width:991px) {
	.webNav {
		display: none;
	}

	.mobNav {
		display: block !important;
	}
}