.recent-posts {
	padding: 67px 0 49px;
	background-image:url(../../assets/icons/utility/recentpostsbg.png);
	background-size: cover;
	background-position: center;
}
.recent-posts .slick-prev {
	border: none;
	padding: 0;
	position: absolute;
	left: 44%;
	z-index: 2;
	width: 52px;
	bottom: -67px;
}
.recent-posts .slick-next {
	border: none;
	padding: 0;
	position: absolute;
	right: 44.5%;
	z-index: 2;
	width: 52px;
	bottom: -67px;
}
.recent-posts .block-title p {
	text-align: center;
	font-size: 40px;
	font-family: 'adobe-caslon-pro';
	font-weight: 100;
	margin: 20px auto 38px;
}
.recent-posts article .pos {
	display: block;
	border: 1px solid black;
	position: relative;
	max-width: 96%;
	margin: 0 auto;
	height: 426px;
}
.recent-posts article .pos #hero-image {
	width:100%;
	height:100%;
}
.recent-posts article .pos .post-title {
	position: absolute;
	bottom: 20px;
	border: 1px solid #34322F;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 10px 5px;
	text-align: center;
	display: table;
	height: 90px;
}
.recent-posts article .pos .post-title h2 {
	font-size: 18px;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}
.recent-posts .read-all {
	border: none;
	padding: 0;
	margin: 98px auto 0;
	text-align: center;
	font-family: 'adobe-caslon-pro';
	font-size: 16px;
	text-transform: lowercase;
	font-style: italic;
	text-decoration: none;
	color: #34322F;
	border-bottom: 1px solid #34322F;
	width: fit-content;
	line-height: 0.5;
	display: block;
}
@media all and (max-width:1050px) {
	.recent-posts .slick-next {
		right: 42.5%;
	}
	.recent-posts .slick-prev {
		left: 42%;
	}
}
@media all and (max-width:730px) {
	.recent-posts .slick-next {
		right: 39.5%;
	}
	.recent-posts .slick-prev {
		left: 39%;
	}
	.recent-posts .block-title p {
		font-size:35px;
	}
}
@media all and (max-width:500px) {
	.recent-posts .slick-next {
		right: 32.5%;
	} 
	.recent-posts .slick-prev {
		left: 32%;
	}
	.recent-posts .block-title p {
		font-size: 30px;
	}
	.recent-posts {
		padding: 33px 0 34px;
	}
}
