/* Local */

/* Environment */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-environment .callout-techspecs-environment-header {
		padding-right: 8%;
	}
}

/* Size and Weight */
@media only screen and (max-width: 734px) {
	.section-techspecs .section-size .caption-depth {
		--top: 147px;
	}
}

/* Buttons & Connectors */

@media only screen and (min-width: 735px) {
	.section-techspecs .section-buttons-and-connectors .caption-top-button {
		width: 92px;
	}
}

@media only screen and (max-width: 734px) {
	.section-techspecs .section-buttons-and-connectors .caption-top-button {
		margin-top: -16px;
		--left: 212px;
	}
}

.section-techspecs .section-buttons-and-connectors .caption-volume {
	width: 62px;
}

@media only screen and (max-width: 1068px) {
	.section-techspecs .section-buttons-and-connectors .caption-volume {
		width: 65px;
		--left: 13px;
	}
}

.section-techspecs .section-buttons-and-connectors .caption-usb-c-connector {
	--left: 504px;
}

@media only screen and (max-width: 1068px) {
	.section-techspecs
		.section-buttons-and-connectors
		.caption-usb-c-connector {
		--left: 390px;
	}
}

@media only screen and (max-width: 734px) {
	.section-techspecs
		.section-buttons-and-connectors
		.caption-usb-c-connector {
		--bottom: -20px;
		--left: 106px;
	}
}
