(function($) {
"use strict"; // Start of use strict
// Vide - Video Background Settings
$('body').vide({
mp4: "/static/mp4/bg.mp4",
poster: "/static/img/bg-mobile-fallback.jpg"
}, {
posterType: 'jpg'
});
})(jQuery); // End of use strict