$(document).ready(function() {

	$('#homesnippet .content_image img').wrap(function() {
		return '<span style="background-image:url(' + $(this).attr('src') + '); height: '+ $(this).height() + 'px; width: '+ $(this).width() + 'px;" class="rounded" />';
	});

});
