.vertical-title {line-height: 22px;}

.vel-post-text {padding: 10px;}
.vel-post-title {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 5px;
}
.vel-price {
    font-size: 16px;
	line-height: 22px;
}
.highlight-post {
    max-height: 50px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .highlight-post a {
        display: block;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}