­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ (function($,undefined){"use strict";$us.wVideo=function(container){this.$container=$(container);this.$videoH=$('.w-video-h',this.$container);this.$template=$('script[type="us-template/html"]:first',this.$videoH);this.template=this.$template.html();this.$template.remove();if(this.$container.hasClass('with_overlay')){this.$container.one('click',this._events.overlayClick.bind(this))}};$.extend($us.wVideo.prototype,{_events:{overlayClick:function(e){e.preventDefault();this.$container.removeClass('with_overlay').css('background-image','none');this.$videoH.html(this.template)}}});$.fn.wVideo=function(options){return this.each(function(){$(this).data('wVideo',new $us.wVideo(this,options))})};$(function(){$('.w-video').wVideo()})})(jQuery)