.industry-cards-block {
	max-width: 1310px;
	margin: 0 auto 100px auto;
	padding: 0 15px;
}

.industry-cards-block .industry {
	width: calc(33.3% - 16px);
	display: inline-block;
	margin: 0 12px;
	height: 375px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.industry-cards-block .industry:first-child {
	margin-left: 0px;
}

.industry-cards-block .industry:last-child {
	margin-right: 0px;
}

.industry-cards-block .industry h2 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.industry-cards-block .industry .overlay {
	padding: 45px;
	background-color: rgba(23, 55, 71, 0.9);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
	color: #fff;
	display: none;
}

.industry-cards-block .industry .glaze {
	padding: 45px;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.industry-cards-block .industry:hover .glaze {
	display: none;
}

.industry-cards-block .industry .overlay .title {
	font-family: ivypresto-display, serif;
	font-size: 24px;
}

.industry-cards-block .industry:hover h2 {
	display: none;
}

.industry-cards-block .industry:hover h2 {
	display: none;
}

.industry-cards-block .industry:hover .overlay {
	display: block;
}