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

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

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