body {
  margin: 0;
  padding: 0;
}

e-y-e video {
  position: absolute;
  width: 100%;
  height: 100%;
}

e-y-e {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: auto;
  overflow: auto;
}

e-y-e canvas {
  object-fit: cover;
}

e-y-e .initialize-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

e-y-e details {
  position: absolute;
  z-index:1;
  left: 1em;
  top: 1em;
  cursor: pointer;
  max-height: 100%;
  overflow: scroll;
}

e-y-e details section label {
  cursor: pointer;
  display: flex;
  padding: 0.25em;
}

e-y-e details section button {
  width: 100%;
}

e-y-e details section label input {
  margin-left: auto;
}


e-y-e details section {
  padding: 1em;
  background-color: rgba(0,0,0,0.8);
  color: white;
}