﻿/*------------------------------------*\
   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: 640px;
    }
  }
  
  @media only screen and (max-width: 734px) {
    .detail-tiles .detail-tile {
       min-height: 670px;
    }
  }
  
.gallery-item .typography-callout {
	font-size: 30px;
}
@media only screen and (max-width: 734px) {
	.gallery-item .typography-callout {
		font-size: 24px;
	}
}

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