.demo{
    background: linear-gradient(to right,#ffcccc,#d3d3d3);
}
.post-slide{
    margin: 0 15px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide .post-title{
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    text-decoration: none;
    display: inline-block;
    color: #333;
    transition: all 0.3s ease 0s;
}
.post-slide .post-description{
    font-style: italic;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
}
.post-slide .post-bar{
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li{
    margin-top: 5px;
    font-size: 16px;
    color: #666;
}
.post-slide .post-bar .uup{
    min-height: 50px;
	color:#990000;
}
.post-slide .post-bar .ddown{
    min-height: 110px;
}