
.news-list-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 140px;
	overflow: hidden;
}

.news-list-image a,
.news-list-image img {
	display: block;
	border-radius: 10px;
}

.news-list-image img {
	width: 160px;
	height: 140px;
	object-fit: cover;
	object-position: center;
}

.news-list-title,
.news-list-introtext {
	margin-left: 180px;
}

.news-list-title a {
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	font-family: MonsterratExtraBold;
	display: block;
	cursor: pointer;
}

.news-list-introtext {
	text-align: justify;
	font-size: 14px;
	line-height: 16px;
}

.news-list-block {
	min-height: 140px !important;
	overflow: hidden;
	position: relative;
}

.news-list-title .date,
.news-first-title .date {
	margin: 2px 0 8px;
	font-size: 12px;
	color: #888;
	cursor: default;
}

.news-list-introtext p {
	text-indent: 0 !important;
	margin: 0 !important;
	line-height: 16px;
}

.news-list-wrapper .row {
	padding-left: 20px; 
	min-height: 150px; 
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 600px) { 

	.news-list-wrapper .row {
		padding-left: 0;
		margin: 0 0 30px 0; 		
	}

	.news-list-title,
	.news-list-introtext {
		margin-left: 100px;
	}

	.news-list-image {
		width: 100px;
		height: 80px;
	}
	
	.news-list-image img {
		width: 100px;
		height: 80px;
	}

	.news-list-title a {
		font-size: 14px;
		line-height: 14px;
	}
	
	.news-list-title .date {
		font-size: 12px;
	}

	.news-list-introtext {
		font-size: 14px;
		line-height: 14px;
	}

	#news-header {
		font-size: 16px;
		line-height: 16px; 
	}

}

@media only screen and (max-width: 350px) { 

	.news-list-wrapper .row {
		padding-left: 0;
		margin: 0 0 30px 0; 		
	}

	.news-list-title,
	.news-list-introtext {
		margin-left: 100px;
	}
	
	.news-list-image {
		width: 100px;
		height: 80px;
	}

	.news-list-image img {
		width: 100px;
		height: 80px;
	}

	.news-list-title a {
		font-size: 10px;
		line-height: 10px;
	}
	
	.news-list-title .date {
		font-size: 10px;
	}

	.news-list-introtext {
		font-size: 10px;
		line-height: 10px;
	}

	#news-header {
		font-size: 16px;
		line-height: 16px; 
	}


	.subslider-card div.col {
	    padding: 5px 2px !important;
	}
	

}


.news-list .row {
	margin: 0;
}



.newspapers-list {
	text-align: center;
}

.newspapers-list .newspaper {
	height: 100%;
	width: auto;
	margin: 10px;
	overflow: hidden;
	transition: transform 0.2s ease-out, box-shadow  0.2s ease-out;
	display: inline-block;
	padding: 14px;
	border-radius: 10px;
}

.newspapers-list .newspaper img {
	height: 380px;
	width: auto;
	margin-bottom: 6px;
	border-radius: 6px;
}


.newspapers-list .newspaper:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2);
	text-decoration: none;
}

.page-title {
	font-size: 40px;
}


.bvi-body .page-title {
	margin-top: 40px;
}


.group-year {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 40px;
}

.group-divider {
	width: 100%;
	height: 3px;
	margin-bottom: 20px;
}

.bvi-body .newspapers-list {
	margin-top: 80px;
}
