@media only screen and (min-width: 1069px) {
	.section-techspecs .section-size-weight .caption-width {
		top: 20px;
	}
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
	.section-techspecs .section-size-weight .caption-width {
		top: 10px;
	}
}

@media only screen and (max-width: 735px) {
	.section-techspecs .section-size-weight .caption-width {
		top: -5px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-techspecs .section-size-weight .caption-height {
		top: 40px;
	}
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
	.section-techspecs .section-size-weight .caption-height {
		top: 20px;
	}
}

@media only screen and (max-width: 735px) {
	.section-techspecs .section-size-weight .caption-height {
		top: 10px;
	}
}

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

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

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