/* LOCAL OVERRIDES */

@media only screen and (max-width: 767px) and (min-width: 735px) {
	.section-buttons-and-connectors .caption-microphone-2,
	.caption-magnetic-connector {
		font-size: 11px;
	}
}

/* Tech Specs */
@media only screen and (max-width: 433px) {
	.no-wrap {
		white-space: nowrap;
	}
}

/* Large */
.section-buttons-and-connectors .caption-speaker-1,
.section-buttons-and-connectors .caption-speaker-2 {
	left: 158px;
}

/* Medium */
@media only screen and (max-width: 1068px) {
	.section-buttons-and-connectors .caption-speaker-1,
	.section-buttons-and-connectors .caption-speaker-2 {
		left: 134px;
	}
}

/* Small */
@media only screen and (max-width: 734px) {
	.section-buttons-and-connectors .caption-speaker-1,
	.section-buttons-and-connectors .caption-speaker-2 {
		left: -41px;
	}
	.section-buttons-and-connectors .caption-front-camera {
		left: 101px;
	}
	.section-buttons-and-connectors .caption-microphone-1 {
		left: 74px;
	}
	.section-buttons-and-connectors .caption-smart-connector {
		top: -64px;
	}
}
