/* Easyteasers CCC styles */

.easyteasers {
	position:relative;
	margin-left:-20px;
	width:calc(100% + 20px);
}
.easyteaser {
	float:left;
	position:relative;
	background-color:#f9f9f9;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:calc(50% - 20px);
	min-width:200px;
	margin:0 0 20px 20px;
	box-sizing:border-box;
	padding:10px;
	font-size:90%;
}
.easyteasers.textonly .easyteaser {
	padding:0;
}
.easyteaser:after {
	display:block;
	content:" ";
	padding-bottom:66.7%;
}
.easyteasers.textonly .easyteaser:after {
	display:none;
}
@media screen and (max-width:440px) {
	.easyteasers {
		margin-left:0;
		width:100%;
	}
	.easyteaser {
		margin:0 0 20px 0;
		width:100%;
		height:150px;
	}
	.easyteasers.textonly .easyteaser {
		height:auto;
	}
	.easyteaser:after {
		padding-bottom:0;
	}
}
.easyteaser h3 {
	font-size:120%;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	background-color:rgba(255,255,255,.8);
	text-align:center;
   -webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
	hyphens:         none;
	margin:0;
}
.easyteasers.textonly .easyteaser h3 {
	position:relative;
	top:auto;
	bottom:auto;
	left:auto;
	background:#f0f0f0;
}
.easyteaser h3 a {
	text-decoration:none;
}
.easyteaser .more-link {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	font-size:0;
	line-height:0;
}
.easyteaser .more-link:hover,
.easyteaser .more-link:focus,
.easyteaser .more-link:active {
	background:rgba(255,255,255,.1);
}
#content .easyteaser p.edit-link-block {
	position:absolute;
	top:0;
	right:0;
	background-color:#f9f9f9;
	padding:5px 10px;
	margin:0;
}
#content .easyteasers.textonly .easyteaser p.edit-link-block {
	position:static;
}
.easyteaser .edit-link-block .edit-link a {
	font-size:90%;
}
.easyteaser .easyteaser-text.noshow {
	margin:0;
	padding:0;
	position:absolute;
}