Embed external iframe - Mobile resolution problem

I wonder if I can embed a form without scrollbars

This is my site: https://azagra-patentes-y-marcas.webflow.io/contacto

It is working OK on mobile but on desktop I see the frame on the right and the horizontal scroll

Following this post Need help designing embed component to fit height of viewport

I have this code for embedding:

    <style>
.iframe-holder {

width: 100%;
height: 100%;
-webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.iframe-holder iframe {
  height: 100vh;
  width: 100%;
}
</style>

<div class="iframe-holder"><iframe src="https://fernandocomet.com/trial/index_form.html" seamless frameborder="0"></iframe></div>

Thank you very much in advance


Here is my site Read-Only: LINK
(how to share your site Read-Only link)