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

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


.detail-tiles .detail-tile.full-width {
   min-height:535px
}

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

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

.detail-at-a-glance .glance-two-up .badge {
   width: 50%;
}


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