Image in Feeds cutting off sometimes

Hello, I have two USA Today Feeds that I am running. Every now and again I will get an image that is cut off. Is there a way around this? I have included an image of what I am speaking of.

I have tried to use the Stylesheet for just the image, but it does not appear to do anything.

.image img { width:400px;}

Should work with media rss feed, in fact I’ve just checked that and indeed it does work.

Could you please let me know the feed you use so I can try it with exactly the same one?

Peter, thank you for the quick response. I have two feeds and they both do it

http://rssfeeds.usatoday.com/usatoday-NewsTopStories

http://rssfeeds.usatoday.com/UsatodaycomSports-TopStories

It is not all of the time, but I would say a couple of them per feed may be cut off or will not display at all, even though they have displayed before.

You could try to adjust height as well, so for example:

.image img { 
height:300px;
width:400px; 
}

I have tried making this adjustment, but I still have some issues with some images being cut off. I suppose I could make my area larger unless there was a way to make the image the background of the Area and the text be over top of the image on the bottom.

Currently I am seeing the Feed like this:

I would like to see the feed like this:

Then perhaps just use the ‘Image overlaid with the title’ template + add description and adjust CSS further if needed?