Skip to content
Author
PUBLISHED: | UPDATED:

@media (max-width: 767px) {
iframe {
max-width: calc(100vw + 40px) !important;
margin: -11px -25px;}
.iframe-wrapper {
width:100vw;
overflow: hidden;
margin: 0 -15px;}
/* you might not the margin property on the wrapper (or you might need to change it to suit your needs); in my case it’s used to align the wrapper with the edge of the screen as my site has 15px padding, which isn’t needed here because the form already has it’s own padding */
}