/*------------------------------------*\
  LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  END LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  LOCAL FIXES
\*——————————————————*/
@media only screen and (min-width: 1069px) {
   .section-size-weight .vesa .caption-wrapper.caption-depth {
      left: 15px;
      bottom:-30px;
   }   
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
   .section-size-weight .vesa .caption-wrapper.caption-depth {
      left: 15px;
      bottom:-30px;
   }   
}
@media only screen and (max-width: 734px) {
   .section-size-weight .vesa .caption-wrapper.caption-depth {
      left: 15px;
      bottom:-30px;
   }   
}
/*------------------------------------*\
  END LOCAL FIXES
\*------------------------------------*/ 


