/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
@media only screen and (min-width: 1069px) {
	.section-size-weight .techspecs-row .figure-caption .caption.depth {
		left: 166px;
	}
}

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

@media (max-width: 734px) {
	.section-size-weight .techspecs-row .figure-caption .caption.depth {
		left: 73px;
	}
}

@media only screen and (min-width: 1069px) {
	#specs-box-mx-1 {
		margin-left: 42px;
	}
}

.section-in-the-box .specs-box-mx img {
  margin-left: 25px;
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
