ul.newsMain li img{
	height: 80px;
	width: 80px;
}
ul.newsMain .media-body {
	max-height: 80px;
	overflow: hidden;
}
.news-img-container{
	text-align: center;
	margin-bottom: 15px;
}
.news-preview-img {
	max-width: 100%;
	max-height: 400px;
}
.news-head {
	font-size: 16px;
	text-align: center;
}
.news-description {
	text-indent: 15px;
}
li.media {
	cursor: pointer;
}
#newsModal .modal-dialog {
	max-width: 720px;
}
.album-description {
	display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    /* font-weight: 600; */
    height: 38px;
    line-height: normal;
}
.mainAlbums a.album-card {
	height: auto;
	margin: 0px;
	margin-bottom: 15px;
}
.mainAlbums a.album-card img{
	margin-bottom: 0px;
	max-height: 100px !important;
	width: auto;
}