/*!
* camera.css uzi  v1.0
*  Date: 23-02-2023
*/
.display-cover {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin: 0 10% auto;
  position: relative;
}

.display-cover video {
  width: 100%;
  height: auto;
  background: rgba(184, 182, 182, 0.2);
  border: 1px;
}

canvas {
  width: 100%;
  height: auto;
  background: rgba(184, 182, 182, 0.2);
  border: 1px;
  position: relative;
}

.video-options {
  left: 5px;
  top: 0px;
}

.controls {
  position: absolute;
  right: 5px;
  left: 5px;
  bottom: 5px;
  text-align: center;
  top: 100%;
  z-index: 1;
}

.controls>button {
  background: white;
  display: inline-block;
}

.photo-preview {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.video-container {
  position: relative;
}

.zoom-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
