/* Local overrides */

/* "Finish" */
@media only screen and (max-width: 734px) {
	.section-finish .finish-rack {
		text-align: center;
	}
}

/* "Size and Weight" */
@media only screen and (max-width: 734px) {
	.section-size .rack figcaption:nth-child(8) {
		bottom: 65px;
	}
}

@media only screen and (max-width: 734px) {
	.section-size .rack figcaption:nth-child(9) {
		bottom: 65px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-size .rack figcaption:nth-child(8) {
		bottom: -180px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-size .rack figcaption:nth-child(9) {
		bottom: -180px;
	}
}
