function moveContentWrapper(n,t,i){function r(n,t,i){const r=document.getElementById(n),u=document.getElementById(t),f=document.getElementById(i),e=window.innerWidth>767;r.classList.contains("hidden")&&r.classList.remove("hidden");e&&!u.contains(r)?u.appendChild(r):e||f.contains(r)||f.appendChild(r)}r(n,t,i);window.addEventListener("resize",()=>r(n,t,i))}