*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body {
  background: #111;
}

.embed-frame {
  border: none;
  width: 100vw;
  height: 100vh;
  display: block;
}