$(document).ready(function(){
	$('.infoBg').css('opacity','0.81').height($('.infoContainer').outerHeight());
});

