.master-container .ccm-block-rss-displayer-item {
    margin-bottom: 16px;
    //background-color: #00a5c8;
    text-align: center;
    min-height: 180px;
    height: 180px;
    color: #fff;
    display: block;
    position: relative;
    -ms-transition: all 500ms ease-in-out;
    -webkit-transition: all 140ms ease-in-out;
    -moz-transition: all 140ms ease-in-out;
    -o-transition: all 140ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.master-container .ccm-block-rss-displayer-image-holder {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 180px;
    height: 180px;
	
	display: table;
    width: 100%;
	
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}


.master-container .ccm-block-rss-displayer-item .color-wrapper {
	background-color: rgba(1,76,109,0.65);
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 10px 30px;
	
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	
	display: table;
    width: 100%;
}


.master-container .ccm-block-rss-displayer-content-wrapper {
	display: table-cell;
	vertical-align: middle;
	
	
}


.master-container .ccm-block-rss-displayer-item-date {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}
.master-container .ccm-block-rss-displayer-item-title {
    font-weight: bold;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
}


.master-container a.ccm-block-rss-displayer-item:hover {
	opacity: 0.8;
}


@media only screen and (min-width : 768px) {
	.master-container a.ccm-block-rss-displayer-item:hover {
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
}