html, body {
  background-color: silver;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
div#soundBox {
  visibility: hidden;
}
