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






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




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

@media only screen and (max-width: 1068px) {
	.section-tiles {
		overflow-x: visible;
	}
}

@media only screen and (max-width: 820px) {
    .section-tiles .grid-item-tile-efficiency .detail-tile {
        min-height: 800px;
    }
}
@media only screen and (max-width: 734px) {
    .section-tiles .grid-item-tile-efficiency .detail-tile {
        min-height: 592px;
    }
}
@media only screen and (max-width: 374px) {
    .section-tiles .grid-item-tile-efficiency .detail-tile {
        min-height: 700px;
    }
}

@media only screen and (max-width: 734px) {
	.section-tiles {
		--tile-padding: 26px;
	}
}


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