Let's say you have this code:
var element = $('.gaiaElement').closest('#brand_container');
How can you use element to improve the following selector:
$('.main-content');