jQuery(document).ready(function($){$('.et_pb_module.imagen-carousel').each(function(){var $carousel=$(this);$carousel.find('::after').on('click',function(){$carousel.toggleClass('expanded')})})});