.news-index__slider--item_name {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.news-index .item_no_photo {
	height: 190px;
	width: 222px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 960px)
{
	.news-index .item_no_photo {
		width: 104px;
		height: 104px;
		margin-bottom: 5px;
	}
}
