@import url('/css/szablon-SuperMonster.css');

.indexart {
	position: relative;
	overflow: hidden;
}

.indexart strong,
.indexart b,
.indexart h2,
.indexart .text {
	font-size: 0;
	line-height: 0;
}

.indexart br,
.indexart .morelink {
	display: none;
}

.indexart .art-details {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.85) 93%);
	padding: 10px;
}

.indexart .art-details a {
	color: #fff;
}

.indexart .text div {
	max-height: 300px;
	overflow: hidden;
}
