html, body { width: 100%; height: 100%; margin: 0; padding: 0; }

body { background-color: white; }

div.iframe-wrapper { position: relative; overflow: hidden; width: 100%; height: 100%; }

iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/*# sourceMappingURL=work.css.map */