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






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




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


.detail-tiles .detail-tile {
   min-height:740px
}

@media only screen and (max-width: 1068px) {
   .detail-tiles .detail-tile {
       min-height: 660px;
   }
}

@media only screen and (max-width: 734px) {
   .detail-tiles .detail-tile {
       min-height:592px
   }
}

@media only screen and (max-width: 734px) {
   .typography-headline-super {
       font-size: 46px
   }
}

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