Child IMG jako background for parent

$('.blog_grid > .news-item .image a').each(function(){
$(this).css('background-image', 'url(' + $(this).find('img').attr('src') + ')');
$(this).children().css('opacity' , '0');
})