$(document).ready(function()
{
	$('.background.sync').css('height', function()
	{
		return $(this).siblings('.overlay').height();
	});
});
