/* Fill the entire viewport with the iframe, no scrollbars */
html,body{
  height:100%;
  margin:0;
}
body{
  background:#000; /* fallback while iframe loads */
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow:hidden;
}
#ifdlo-debug{
  display:none;
}
#iframe-container, iframe, #vidlo-frame{
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}