How can I change the duration for screens above 767px to '15000' and screens below 768px to '5000'?
jQuery(document).ready(function($) {
$('.marquee_text,.marquee_text_banner').marquee({
direction: 'left',
duration: 5000,
gap: 0,
delayBeforeStart: 0,
duplicated: true,
startVisible: true
});