.news-img-card {
	position: relative;
	overflow: hidden;
}
.news-img-card img {
	max-height: 17rem;
	height: 17rem;
	width: 100%;
	object-fit: contain;
	position: relative;
}
.news-img-card .blured-bg {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;

	display: block;
	background-image: var(--bgimageurl);
	background-size:cover;
	
	filter: blur(50px) saturate(1.5) opacity(50%);
}
