/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
@media only screen and (min-width: 1069px) {
	.section-dimensions .airpods-size .width {
		padding-left: 15px;
	}
	.section-dimensions .airpods-size .height {
		top: 43%;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-dimensions .airpods-size .width {
		padding-left: 10px;
	}
	.section-dimensions .airpods-size .height {
		top: 41%;
	}
}
@media only screen and (max-width: 734px) {
	.section-dimensions .airpods-size .width {
		padding-left: 4px;
	}
	.section-dimensions .airpods-size .height {
		top: 40%;
	}
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
