document.addEventListener("DOMContentLoaded",(function(){const e=document.querySelector(".video-background"),t=document.querySelector(".block-content__box");if(e&&t){const o=t.offsetHeight-1;e.style.height=`calc(100% - ${o}px)`}}));