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






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




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

@media only screen and (max-width: 330px) {
   .industry-other-stories .gallery .item-container {
      min-height: 400px;
   }
}


.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;
   }
 }
 


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