/* local overrides */

/* it provider xsmall */
@media only screen and (min-width: 845px) {
	.section-router .grid-item .tile-copy-container br.custom_xsmall {
		display: none;
	}
}
@media only screen and (max-width: 844px) and (min-width: 735px) {
	.section-router .grid-item .tile-copy-container br.custom_xsmall {
		display: inline-block;
	}
}
@media only screen and (max-width: 734px) {
	.section-router .grid-item .tile-copy-container br.custom_xsmall {
		display: none;
	}
}
