$(document).bind("ready",function(){tweetsbox.init()});var tweetsbox={carr_height:0,init:function(){var n=$(window),t;enquire.register("all and (min-width: 600px)",{setup:function(){$(document).on("home_carousel_loaded trophy_carousel_loaded",function(){tweetsbox.setHeight()});n.on("resize orientationchange",function(){clearTimeout(t);t=setTimeout(function(){n.width()>599?tweetsbox.setHeight():tweetsbox.resetHeight()},250)})},deferSetup:!0})},resetHeight:function(){$(".tmpl-home").find(".twitter-widget").css("height","auto");$(".tmpl-content").find(".twitter-widget").css("height","auto")},setHeight:function(){tweetsbox.carr_height=document.querySelector(".home-carousel").getBoundingClientRect().height;$(".twitter-widget").outerHeight(tweetsbox.carr_height)}}