function canviResponsiveEmbeds(){var t,i;document.querySelectorAll("iframe").forEach(function(e){e.width&&e.height&&(t=parseFloat(e.width)/parseFloat(e.height),i=parseFloat(window.getComputedStyle(e.parentElement,null).width.replace("px","")),e.style.maxWidth="100%",e.style.maxHeight=Math.round(i/t).toString()+"px")})}canviResponsiveEmbeds(),window.onresize=canviResponsiveEmbeds;