/* LOCAL OVERRIDES */

.custom-wrap {
	white-space: nowrap;
}

@media only screen and (max-width: 343px) {
	.custom-wrap {
		white-space: normal;
	}
}

/* BATTERY INFO HEADERS */

@media only screen and (max-width: 320px) {
	.section-information .typography-headline {
		width: 100%;
	}
}

@media only screen and (min-width: 1069px) {
	.section-information .typography-headline {
		width: 65%;
	}
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
	.section-information .typography-headline {
		width: 75%;
	}
}
@media only screen and (max-width: 480px) {
	.main
		.section.section-tiles.ultra-4
		.section.section-tiles.series-12
		.section-content
		div:nth-of-type(2)
		div:nth-of-type(1)
		p:nth-of-type(2) {
		max-width: 300px;
	}
}
