• .

Award Winning Fast Track Programme - July 8th/9th 2024

Availability: Sold Out (Product will be available at: 07-25-2016)

Price: £1,350.00

jQuery(document).ready(function($) { $('#my-video').backgroundVideo({ $outerWrap: $('.outer-wrap'), pauseVideoOnViewLoss: false, parallaxOptions: { effect: 1.5 } }); }); $(function() { $(".pix img").each(function(i, elem) { var img = $(elem); var div = $("
").css({ background: "url(" + img.attr("src") + ") no-repeat", }); div.html(img.attr("alt")); div.addClass("replacedImage"); img.replaceWith(div); }); });