/* Local Overrides */

/* custom break */

@media only screen and (min-width: 431px) {
	.section-story-spotlight
		.grid.zoho-story-update
		.badges
		.badge
		br.custom_xsmall {
		display: none;
	}
}

@media only screen and (max-width: 430px) {
	.section-story-spotlight
		.grid.zoho-story-update
		.badges
		.badge
		br.custom_xsmall {
		display: inline-block;
	}
}
