Puerto rico version movil

html {
overflow: auto;
}

html,
body {
margin: 0; /* Reset default margin */
}
iframe {
display: block; /* iframes are inline by default */
background: #fff;
border: none; /* Reset default border */
height: 100vh; /* Viewport-relative units */
width: 100vw;
}



html,body {
overflow:hidden;
}