.ccm-page .three-image_banner-full{
	margin:0 auto;
	position:relative;
	margin-bottom: 32px;
}
.ccm-page .three-image_banner-full a{
	display: block;
}
.ccm-page .three-image_banner-full img {
    width: 100%;
    height: auto;
}
.ccm-page .three-image_banner-full .three-image_banner-full-text{
	left:50%; top:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	margin:0;
	position:absolute;
	color:rgba(255,255,255,1);
	text-align: center;
	width: 80%;
}
.ccm-page .three-image_banner-full .three-image_banner-full-text .three-image_banner-full-title{
	font-size: 1.2rem;
	text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
}
