﻿.newsDetailsContainer .heroImage{
	height: 85vh;
	position:relative;
}
.newsDetailsContainer .heroImage img{
	height:100%;
	width:100%;
	object-fit:cover;
	object-position: top;
}
.newsDetailsContainer .heroImage::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:linear-gradient(to right, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0.4) 100%);
}