@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 991px)
{
	.on-desktop {
		display: none !important;
	}
}

@media only screen and (min-width: 992px)
{
	.on-mobile {
		display: none !important;
	}
}