.show-for-small {
	display: none;
}
.show-for-medium {
	display: none;
}
.show-for-large {
	display: block;
}
@media only screen and (max-width: 1068px) {
	.show-for-small {
		display: none;
	}
	.show-for-medium {
		display: block;
	}
	.show-for-large {
		display: none;
	}
	.hide-for-medium {
		display: none;
	}
}
@media only screen and (max-width: 735px) {
	.show-for-small {
		display: block;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-large {
		display: none;
	}
	.hide-for-small {
		display: none;
	}
	.hide-for-medium {
		display: inline-block;
	}
}
#ac-globalfooter .ac-gf-sosumi small.open-circle {
	font-size: 0.8em;
}

.section-dimensions .airpods-size .height {
	top: 43%;
}

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

.section-dimensions .right-wrapper .case-depth .height {
	top: 49%;
}
.section-dimensions .right-wrapper .case-depth .depth {
	left: 56%;
}

@media only screen and (min-width: 1069px) {
	.section-dimensions .airpods-size .height {
		top: 43%;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-dimensions .right-wrapper .case-depth .depth {
		left: 53%;
	}
}

@media (max-width: 734px) {
	.section-dimensions .airpods-size .width {
		left: 8%;
	}

	.section-dimensions .right-wrapper .case-depth .height {
		top: 45%;
	}

	.section-dimensions .right-wrapper .case-depth .depth {
		left: 3%;
	}
}
