@media screen and (max-width: 960px) {
	.we-hide-mobile {
		display: none !important;
	}
}

@media screen and (min-width: 961px) {
	.we-hide-desktop {
		display: none !important;
	}
}
