

h1
{
	background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0.5));
}

h1::after
{
	content: "";
	background: url('');
	background-size: cover;
	/* object-fit: cover; 
	filter: grayscale(1); */
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}