/* LOCAL OVERRIDES */

@media only screen and (max-width: 360px) {
	.typography-tile-paragraph-copy {
		font-size: 15px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.detail-at-a-glance .glance-three-up .badge {
		min-width: 22.22%;
	}
}
