.front_projects_7 .news_block.item-views.table-elements.portfolio .custom:not(.special_view) .item {
    height: 390px;
    width: 100%;
    border: 1px solid #ebebef;
    box-shadow: none;
    background: #fff;
}
.front_projects_7 .news_block.item-views.table-elements.portfolio .custom:not(.special_view) .item .info {
	padding: 1.2em 1.6em;
}
.front_projects_7 .news_block.item-views.table-elements.portfolio .custom:not(.special_view) .item .info .name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 1.05em;
	font-weight: 500;
	line-height: 1.4;
	min-height: 2.8em;
}
.front_projects_7 .news_block .date {
	margin-top: 1.5em;
	line-height: 1.3;	
}

.front_projects_7 .news_block.item-views.table-elements.portfolio .custom:not(.special_view) .item:hover .info .name {
	display: block;
}
.front_projects_7 .news_block.item-views.table-elements.portfolio .custom:not(.special_view) .item:hover .info:not(.lower) {
	height: auto;
}