/* START - Size and weight section, adjust depth label */
@media only screen and (min-width: 1069px) {
	.section-size-weight .techspecs-row .figure-caption .caption.depth {
		left: 168px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-size-weight .techspecs-row .figure-caption .caption.depth {
		left: 123px;
	}
}

@media only screen and (max-width: 734px) {
	.section-size-weight .techspecs-row .figure-caption .caption.depth {
		left: 75px;
	}
}
/* END - Size and weight section, adjust depth label */

@media only screen and (max-width: 1068px) {
	.techspecs-section.section-accessibility .large-show {
		display: none;
	}
}
