RSS Feed Duplicated Pictures Issue

I am running an RSS feed with custom formatting. If I make any changes to the original templates under appearance, it starts putting in duplicate images into the display. I got the formatting to how I would like it, but need to remove the duplicated image. Any ideas on how to remove it?

My source html is:

[media:content|image|url]
[Title]
[Description][pubDate]

and CSS is:
.top-title {
position: absolute;
top: 0px;
align: center;
text-align: center;
font-family: Arial;
Verdana, sans-serif;
font-size:36px;
color:#ffffff;
background-color: #38791e;
padding: 30px;
border: 2px solid black;
opacity: 0.7;
filter: alpha(opacity=70);
width: 1882px;
}

.bottom-description {
	position: absolute; top: 750px;
	align: center;
	text-align: center;
	font-family: Arial;
	Verdana, sans-serif; 
	font-size:24px; 
	color:#ffffff;
	background-color: #a0a0a0;
	padding: 75px;
	border: 2px solid black;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 1843px;
}

.fill { 
	display: flex; 
	justify-content: 
	center; align-items: 
	center; overflow: hidden 
	} 
.fill img { 
	flex-shrink: 0; 
	min-width: 100%; 
	min-height: 100% 
	}

Do you have an effect set on the Ticker?

Also, could you confirm that there is no image linked in for example Description tag? (some feeds have it like that).

It has the same trouble with or without an effect set. Right now I do not have one set. There is an image linked in the description… Is there an easy way to remove that on Xibo’s end?