/* Local overrides */

br.custom_xs-hide {
	display: block;
}
@media only screen and (max-width: 350px) {
	br.custom_xs-hide {
		display: none;
	}
}
