.so-page-builder .container-fluid{padding:0; overflow:hidden;}.so-page-builder .container{padding:0; overflow:hidden;}.so-page-builder section{overflow:hidden;}
/* Style Html */ 
     function resizeIframe() {
            var iframe = document.getElementById("dynamicIframe");
            if (iframe.contentWindow.document.body) {
                iframe.style.height = iframe.contentWindow.document.body.scrollHeight + "px";
            }
        }
        
        document.getElementById("dynamicIframe").onload = function() {
            resizeIframe();
        };
