﻿/*------------------------------------*\
   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;
   }
 }
 
 


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