.breakdance .bde-section-144-101 .section-container{display:flex;flex-direction:column;align-items:center;text-align:center}.breakdance .bde-code-block-144-104{display:flex;flex-direction:column}@media screen and (max-width:767px){iframe[src*="google.com/forms"]{width:100%!important;height:800px}}``` [6] **Example `iframe` code with responsiveness:** ```html <div class="container"><iframe src="YOUR_GOOGLE_FORM_URL" width="100%" height="800" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto">Loading…</iframe></div><style>.container{position:relative;width:100%;overflow:hidden;padding-top:100%}.container iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;border:none}@media screen and (max-width:767px){iframe[src*="google.com/forms"]{width:100%!important;height:800px}}@media (max-width:1119px){.breakdance .bde-code-block-144-104{align-items:center;text-align:center}}