$(function() {
	$('.promo-btn').click(function(e){
		e.preventDefault();
		$('#promo-wrapper').toggle();
	});
});
