/*
 * DS Related Posts Plugin Base Style
 */


.relatedPosts .related_post {
	float: left;
	margin: 0 0 10px 0;
}

.related_post .related_post_inner {
	border: 1px solid #cccccc;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}

.related_post img {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	min-height: 100%;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: none !important;
}

.related_post .related_post_content {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position: relative;
}

.related_post .overlay {
	background: rgba(255,255,255, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}