var StandoutPageSection;(function(n){var t=function(){function n(n,t){var i=this;this.shouldLoadVideo=function(){i.getWidth()<964?(i.videoHeaderDiv.hide(),i.videoImage.show()):(i.videoHeaderDiv.show(),i.videoImage.hide(),i.videoHeader.src=i.videoSrc,i.videoHeader.load())};this.isPlaying=!1;this.videoHeaderDiv=$("#standout-video-header");this.videoHeader=$("#standout-video-header video")[0];this.videoImage=$("#standout-video-image");this.videoSrc=t.videoSrc;this.videoSrc&&(window.onresize=this.shouldLoadVideo,this.shouldLoadVideo())}return n.prototype.getWidth=function(){return window.innerWidth>0?window.innerWidth:screen.width},n}();n.Component=t})(StandoutPageSection||(StandoutPageSection={}))