/*------------------------------------*\ 
   LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   END LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   LOCAL FIXES 
\*------------------------------------*/ 
 
 
.section-main-content .glance-three-up .stat-unit {
   font-size: 34px;
}

@media only screen and (max-width: 1068px) {
   .section-main-content .glance-three-up .stat-unit {
      font-size: 28px;
   }
}


 /*-------- Fix needed for this viewport only  ------*/
@media only screen and (max-width: 878px) and (min-width: 735px) {
   .section-main-content .glance-three-up .stat-unit {
      font-size: 19px;
   }
}

@media (max-width:1068px) {
  .story-image .image-caption {
    max-width: 642px;
  }
}
 
 /*------------------------------------*\ 
   END LOCAL FIXES 
\*------------------------------------*/