
.ccm-block-feature-box {
	padding-bottom: 100%;
	background-color: #d1d1d1;
	position: relative;
	margin-bottom: 2em;
	overflow: hidden;
}

.ccm-block-feature-box.ratio16_9 {
	padding-bottom: 56.25%;
}

.ccm-block-feature-box.ratiohalf {
	padding-bottom: 50%;
}

.ccm-block-feature-box.ratiostripe {
	padding-bottom: 20%;
	min-height: 150px;
}

.ccm-block-feature-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, transparent 0, transparent 52%, rgba(0, 0, 0, .66) 85%, rgba(0, 0, 0, .79));
	transition: background 600ms ease;
	z-index: 1;
}

.ccm-block-feature-box-background-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.ccm-block-feature-box-text-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
	z-index: 1;
}

a.ccm-block-feature-box-overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.ccm-block-feature-box-topic {
	margin-bottom: 0px;
	transition: color .8s ease;
}

.ccm-block-feature-box-title {
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
	transition: color .8s ease;
}

.ccm-block-feature-box-text-wrapper .ccm-block-feature-box-summary {
	opacity: 0;
	height: 0;
	transition: all .8s ease;
	max-width: 640px;
}

.ccm-block-feature-box-text-wrapper .ccm-block-feature-box-summary p {
	color: inherit;
}

.ccm-block-feature-box:hover:before {
	background: rgba(0, 0, 0, .8);
}

.ccm-block-feature-box:hover .ccm-block-feature-box-text-wrapper .ccm-block-feature-box-summary {
	opacity: 1;
	height: 6.4rem;
	overflow: hidden;
}

.ccm-block-feature-box.ratiostripe:hover .ccm-block-feature-box-text-wrapper .ccm-block-feature-box-summary {
	height: 4rem;
}