

.ccm-block-fci-item { 
	position: relative; display: block; margin: 15px auto; height: auto; 
}
.ccm-block-fci-item .ccm-fci-image { 
	background-repeat: no-repeat !important; background-size: cover !important; 
	background-position: center !important;border-radius: 0; 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.ccm-block-fci-item .ccm-fci-content { 
	padding: 5%;
	margin-bottom: 5%;
	box-sizing: content-box;
	
	background: #fff;
	color: #272727;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	border-radius: 0; 
}
.ccm-block-fci-item .ccm-fci-content .title { 
	color: #272727 !important; position: relative; display: block; 
	font-family: "ofelia-text", sans-serif;
	font-weight: 600!important;font-style: normal;
	padding: 0 0 35px 0!important; margin: 0 0 20px 0!important; line-height: 1 !important;
}
.ccm-block-fci-item .ccm-fci-content .title:after {
	border-bottom: 2px solid #00acbd; content: ''; z-index: 0;
	position: absolute; bottom: 0; left: 0%; width: 100%;
	
}

.ccm-block-fci-item .ccm-fci-content,
.ccm-block-fci-item .ccm-fci-content p { color: #272727!important; }

@media screen and (min-width: 250px)
{
	
.ccm-block-fci-item .ccm-fci-image,
.ccm-block-fci-item .ccm-fci-content { position: relative; display: block; }
	
.ccm-block-fci-item .ccm-fci-image { width: 100%; height: 350px; }
.ccm-block-fci-item .ccm-fci-content { }

}
@media screen and (min-width: 1000px)
{

.ccm-block-fci-item.a-left,
.ccm-block-fci-item.a-right { 
	max-width: 100%;
}
.ccm-block-fci-item.a-left { margin: 0 auto 0 0; }
.ccm-block-fci-item.a-right { margin: 0 0 0 auto; }
	
.ccm-block-fci-item .ccm-fci-image,
.ccm-block-fci-item .ccm-fci-content { display: block; vertical-align: middle; }

.ccm-block-fci-item ,
.ccm-block-fci-item table { min-height: 550px; }

.ccm-block-fci-item .ccm-fci-image { 
	height: 80%; position: absolute;
	min-height: 350px;
	width: 90%;
}
.ccm-block-fci-item.a-left .ccm-fci-image { right: 0; } 
.ccm-block-fci-item.a-right .ccm-fci-image { left: 0; }

.ccm-block-fci-item .ccm-fci-content {
	z-index: 1;
	width: 60%;
	max-width: 350px;
	padding: 35px;
	margin-bottom: 35px;
}
.ccm-block-fci-item.a-left .ccm-fci-content { margin-right: auto !important; } 
.ccm-block-fci-item.a-right .ccm-fci-content { margin-left: auto !important; padding: 40px; }
	
}