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




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




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


.section-hero .mask-container {
   min-width: 185px;
}

.section-device .section-caption {
   top: -14px;
}

@media only screen and (max-width: 1068px) {
   .section-hero .mask-container {
       min-width: 154px;
   }
}

@media only screen and (max-width: 734px) {
   .section-hero .mask-container {
       min-width: 94px;
   }

   .section-device .section-caption {
      top: unset;
      bottom: -99px;
   }
}

@media only screen and (max-width:734px) {
    .section-web-app .section-caption {
        bottom: -88px;
    }
}

#ac-localnav .ac-ln-menu-item {
    margin-left: 16px;
}


/*------------------------------------*\
  END LOCAL FIXES
\*------------------------------------*/ 