/* LOCAL OVERRIDES */

/* Charging and Expansion */
/* headphone copy */
@media only screen and (max-width: 400px) {
	.section-charging .caption-headphone {
		width: 140px;
		transform: translate(129px, -21px);
	}
}

/* Size and Weight */
/* height copy */
@media only screen and (max-width: 734px) {
	.section-size-weight .image-wrapper.figure-side-view .caption-height {
		transform: translate(116px, 3px);
	}
}

/* Memory and Storage */
@media only screen and (min-width: 375px) {
	.lowest-small {
		display: none;
	}
}

.custom-break {
	display: inline;
}

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

@media screen and (min-width: 735px) and (max-width: 1068px) {
	.section-accessibility ul {
		column-gap: 1rem;
	}
}
