define("/Assets/enp/v2/js/ebg-module/ebg-module-LvideoRtext.js", function (require, factory) { var winw = $(window).width(); $(window).on("resize", function () { var curwinw = $(window).width(); if (curwinw != winw) { init(); winw = curwinw; } }) function init() { if (winw > 982) { $('.ebg-module-LvideoRtext .ebg-con .right').height($('.ebg-module-LvideoRtext .ebg-con .left .vedioplay').height()) } } init(); });