/* Locale specific styles goes here - START */
@media only screen and (min-width: 1069px) {
	.section-dimensions .airpods-size .width {
		left: 7%;
	}
	.section-dimensions .airpods-size .height {
		top: 42%;
	}
	.section-dimensions .right-wrapper .case-depth .depth {
		left: 52%;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-dimensions .airpods-size .width {
		left: 5%;
	}
	.section-dimensions .airpods-size .height {
		top: 42%;
	}
	.section-dimensions .right-wrapper .case-depth .depth {
		left: 51%;
	}
}

@media only screen and (max-width: 734px) {
	.section-dimensions .airpods-size .width {
		left: 2%;
	}
	.section-dimensions .airpods-size .height {
		top: 40%;
	}
	.section-dimensions .right-wrapper .case-depth .depth {
		left: 2%;
	}
}
/* Locale specific styles goes here - END */

.section-dimensions .airpods-size .width {
	left: 7%;
}
.section-dimensions .right-wrapper .case-depth .depth {
	transform: translateX(-60%);
}

@media (max-width: 1068px) {
	.section-dimensions .airpods-size .width {
		left: 5%;
	}
}
@media (max-width: 734px) {
	.section-dimensions .right-wrapper .case-depth .depth {
		width: 78%;
		transform: translateX(0%);
		left: 0%;
	}

	.section-dimensions .airpods-size .width {
		left: 3%;
	}
}
