/* LOCAL OVERRIDES */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.custom-copy-break {
		display: none;
	}
}

@media only screen and ((max-width: 734px) or (min-width: 1069px)) {
	.custom-copy-view {
		display: none;
	}
}
