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






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




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

@media only screen and (max-width: 1068px) {
   .grid-item-tile-paperless .tile.detail-tile {
      min-height: 770px;
   }
}



.detail-tiles .detail-tile {
   min-height: 740px;
 }
 
 @media only screen and (max-width: 1068px) {
   .detail-tiles .detail-tile {
      min-height: 640px;
   }
 }
 
 @media only screen and (max-width: 734px) {
   .detail-tiles .detail-tile {
      min-height: 612px;
   }
 }
 
 @media only screen and (max-width: 734px) {
   .detail-tiles .detail-tile.full-width {
      min-height: 632px;
   }
 }
 



.industry-other-stories .gallery-item-container {
    min-height: 500px;
}
@media only screen and (max-width: 1068px) {
    .industry-other-stories .gallery-item-container {
        min-height: 390px;
    }
}
@media only screen and (max-width: 734px) {
    .industry-other-stories .gallery-item-container {
        min-height: 358px;
    }
}

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