$("document").ready(function() { setswiper(); windowwidth > 992 ? new wow().init() : ""; }) var windowwidth = parseint($(window).width()); var bannerswiper; function setswiper() { bannerswiper = new swiper('.banner_box .swiper-container', { pagination: '.banner_box .swiper-pagination', paginationclickable: true, paginationtype: 'progress', nextbutton: '.banner_box .right_icon', prevbutton: '.banner_box .left_icon', slidesperview: 'auto', spacebetween: 0, autoplay: 4000, loop: true, }); } $(".video_box").on("click", function() { $(".video_cont").addclass("active"); }) $(".video_cont").on("click", ".close_btn span", function() { $(".video_cont").removeclass("active"); })