.tarot-fullbleed{position:relative;width:100vw;max-width:none} .tarot-fullbleed iframe{display:block;width:100%;border:0} (function(){ function fullBleed(){ var el = document.querySelector( .tarot-fullbleed ); if(!el) return; el.style.marginLeft = ; el.style.width = ; var rect = el.getBoundingClientRect(); el.style.width = window.innerWidth + px ; el.style.marginLeft = (-rect.left) + px ; } window.addEventListener( resize , fullBleed, {passive:true}); if (document.readyState === loading ) { document.addEventListener( DOMContentLoaded , fullBleed); } else { fullBleed(); } })();