
	@media screen and (max-width: 767px) { .vx-hidden-mobile { display: none !important; } }
	@media screen and (min-width: 768px) and (max-width: 1024px) { .vx-hidden-tablet { display: none !important; } }
	@media screen and (min-width: 1025px) { .vx-hidden-desktop { display: none !important; } }
