/* Local Overrides */

.section-article-content
	.article-quote-container
	.article-quote-copy.typography-headline
	.custom_xsmall {
	display: none;
}

@media only screen and (max-width: 375px) {
	.section-article-content
		.article-quote-container
		.article-quote-copy.typography-headline
		.custom_xsmall {
		display: inline-block;
	}
}
