@media screen and (max-width: 640px) {
	.fusion-no-small-visibility {
		display: none !important;
	}
	
	body .sm-text-align-center {
		text-align: center !important;
	}
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
	.fusion-no-medium-visibility {
		display: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.fusion-no-large-visibility {
		display: none !important;
	}
}