.upscale-img-article {
    width: 747px;
    height: 369px;
    object-fit: cover;
}

.overlay-ht {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.overlay-ht.black {
	background: rgb(10,10,20);
	background: linear-gradient(0deg, rgba(10,10,20,0.7777704831932774) 10%, rgba(0,212,255,0) 65%);
}

.footer-article {
	z-index: 10;
}