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






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




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


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

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


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