/*------------------------------------*\ 
   LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   END LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   LOCAL FIXES 
\*------------------------------------*/ 
 
.section-dimensions .airpods-size .height {
   top: 39%;
}

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

@media only screen and (max-width: 734px) {
   .section-dimensions .right-wrapper .case-depth .height {
	  top: 44%
   }
}

.section-dimensions .airpods-size .width {
   transform: translateX(1%);
}

@media only screen and (max-width: 734px) {
   .section-dimensions .airpods-size .width {
	  transform: translateX(2%);
   }
}


.section-dimensions .right-wrapper .case-depth .depth {
   transform: translateX(-73%);
}

@media only screen and (max-width: 1068px) {
   .section-dimensions .right-wrapper .case-depth .depth {
	  transform: translateX(-79%);
   }
}

@media only screen and (max-width: 734px) {
   .section-dimensions .right-wrapper .case-depth .depth {
	  transform: translateX(11%);
   }
}

.section-dimensions .case-size .width {
   transform: translateX(-47%);
}
 
 
 
 /*------------------------------------*\ 
   END LOCAL FIXES 
\*------------------------------------*/