@media only screen and (max-width: 1085px) and (min-width: 1065px) {
	.detail-tiles .detail-tile .tile-content .image-icon {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 850px) and (min-width: 730px) {
	.detail-tiles .detail-tile .tile-content .image-icon {
		margin-top: 50px;
	}
}

.industry-other-stories .gallery-item-container {
	min-height: 435px;
}

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;
	}
}
