.post-date-wrapper{
	color : white;
	background-color : #E03890;
    max-width: 100px;
	padding: 0;
    height: 90%;
    margin: 0 auto;
	position: relative;
}
.post-date-text{
	position: absolute;
	top: 20%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.post-link:hover{
	text-decoration: none;
}
.post-title{
	font-size: 22px;
	color: black;
}
.post-description{
	font-size: 14px;
	color: black;
}
.post-image-wrapper{
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.post-image{
	width: 100%;
    position: absolute;
}
.post-wrapper{
	padding-bottom: 10px;
}