$('.cui-slide-sl').slick({ centerMode: true, centerPadding: '160px', slidesToShow: 1, dots: true, responsive: [ { breakpoint: 768, settings: { arrows: false, centerMode: true, centerPadding: '40px', slidesToShow: 1 } }, { breakpoint: 480, settings: { arrows: false, centerMode: true, centerPadding: '40px', slidesToShow: 1 } } ] }); $('.cui-banner').click(function(){ $(this).next('.cui-tg').slideToggle(); $(this).find('.cui-banner-title').toggleClass('cui-banner-title-cl'); });