JS IM Mobile Hover ID

$('.design-section figure').on('mouseover mouseout touchstart', function () {
    $(this).toggleClass('open');
});
Borma