.asl-container {
  position: relative;
  width: min-content;
  margin: 32px auto 0px auto;
}

.asl-input-video {
  height: 35vw;
  transform: scale(-1, 1);
  border: 1px solid #ccc;
  border-radius: 4px;
}

.asl-output-canvas {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform: scale(-1, 1);
}

.asl-output-buffer {
  width: 100%;
  height: 300px;
  font-size: 36px;
}

.asl-prediction-container {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0px;
  right: 0px;
  left: 0px;
}

.asl-prediction {
  min-width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: white;
  border-radius: 64px;
  border: 8px solid #ccc;
  padding: 8px;
  margin-top: 16px;
}
