/* Local overrides*/

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

/* Size & Weight */

@media only screen and (min-width: 1069px) {
	.section-techspecs .section-size .caption-depth {
		--bottom: 45px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-techspecs .section-size .caption-depth {
		--bottom: 32px;
	}
}

@media only screen and (max-width: 734px) {
	.section-techspecs .section-size .caption-depth {
		--top: 138px;
	}

	.section-techspecs .section-size .caption-height {
		--top: 20px;
	}
}

/* Buttons & Connectors */

.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 (min-width: 1069px) {
	.section-techspecs .section-size .caption-depth {
		--bottom: 45px;
	}
}

@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;
	}
}
