var lazyLoadImages=function(){var e;"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype?(e=function(e,r){e.forEach(function(e){var n;e.isIntersecting&&(""!==(n=(e=e.target).getAttribute("data-lazy-bg"))&&(e.style.backgroundImage="url("+n+")"),r.disconnect())})},jQuery(".lazyBackground").each(function(){new IntersectionObserver(e,{threshold:0}).observe(this)})):jQuery(".lazyBackground").each(function(){var e=jQuery(this).data("lazy-bg");""!==e&&jQuery(this).css("background-image","url("+e+")")})};jQuery(document).ready(function(){lazyLoadImages()});