

/* Start:/local/templates/effort_tel/components/bitrix/news.list/teasers_index/style.css?1781510773392*/
.teasers-index .story-thumb__img {
	object-fit: cover;
}

.story-thumb__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	overflow: hidden;
	text-overflow: ellipsis;

	transition: all 0.3s ease;
}

.story-thumb:hover
.story-thumb__title  {
	display: block;

	padding: 0 5px;
	margin: 0 -5px;

	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
/* End */
/* /local/templates/effort_tel/components/bitrix/news.list/teasers_index/style.css?1781510773392 */
