/* Best Practices Tile */

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

@media only screen and (max-width: 380px) {
	.typography-headline-reduced {
		font-size: 25px;
	}

	.detail-tiles .detail-tile .tile-header-content {
		padding: 30px;
	}

	.grid-item-tile-practices .typography-headline-elevated {
		font-size: 35px;
	}
}

/* See more stories section */
.industry-other-stories .gallery-item-container {
	min-height: 465px;
}

html.text-zoom .industry-other-stories .gallery-item-container {
	min-height: 550px;
}

@media only screen and (max-width: 1068px) {
	.industry-other-stories .gallery-item-container {
		min-height: 390px;
	}
}

@media only screen and (max-width: 734px) {
	.industry-other-stories .gallery-item-container {
		min-height: 358px;
	}

	html.text-zoom .industry-other-stories .gallery-item-container {
		min-height: 650px;
	}
}
