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






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




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


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

@media only screen and (max-width: 734px) {
    .detail-at-a-glance .glance-two-up .badge {
        max-width:100%
    }
}

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

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

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



.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:650px
   }
}

@media only screen and (max-width: 1068px) {
  .grid-item-tile-information .typography-headline-elevated {
      font-size: 40px
  }
}

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

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