.player {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 6rem; */
  background: #1e1e1e;
}

.video {
  /* width: 100%;
  height: 100%; */
  object-fit: contain;
}

.videoOverlay {
  position: absolute;
  transform-origin: center bottom;
  transform: translate(-50%, 0%);
  top: 0;
  left: 50%;
  width: 640px;
  object-fit: contain;
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  z-index: 2;
}

.frameNumberOrTimeCode {
  position: absolute;
  top: 0;
  left: 0;
  background: #eee;
  border-radius:2px;
  font-family: 'Open sans';
  font-size: 14px;
  line-height: 14px;
  padding: 1px;
  color: #000000;
  -webkit-user-select:none;
  z-index: 3;
}

.moveToMiddle {
  left: 50%;
}

.controlsWrapper button, .rightMenu button, .leftMenu button {
  /* background: black; */
  border-radius: .3em;
  /* color: rgba(0, 0, 0, 0.7); */
  fontSize: 60%;
  vertical-align: middle;
  /* padding: .2em .4em; */
  /* margin: 0 .5em; */
  border: none;
}

.controlsWrapper {
  left: 0;
  right: 0;
  bottom: 0;
  /* height: 5.75rem; */
  /* background: #6b6b6b; */
  text-align: center;
  margin-top: 4px;
}

#currentTimeDisplay {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  /* padding: .5em; */
}

.buttonWrapper {
  width: 100%;
  position: relative;
  /* background-color: #444; */
  height: 32px;
  margin-top: 4px;
  padding: 4px;
}

.overVideoButtonWrapper {
  width: 100%;
  position: absolute;
  transform: translate(0%, -100%);
  height: 36px;
  /* background-color: rgba(0, 0, 0, 0.05); */
}

.hoverButton {
  border: 0;
  cursor: pointer;
  background-color: transparent;
  outline:none;
  -webkit-user-select:none;
}

.inPoint {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.outPoint {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}

.choose {
    position: absolute;
    bottom: 0;
    /* left: calc(50% - 24px); */
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0.5;
    /* cursor: col-resize; */
}

.previousScene {
    position: absolute;
    bottom: 0;
    left: 30%;
    transform-origin: center bottom;
    transform: translate(-100%, 0%);
    opacity: 0.5;
}

.nextScene {
    position: absolute;
    bottom: 0;
    right: 28%;
    transform-origin: center bottom;
    transform: translate(50%, 0%);
    opacity: 0.5;
}

.hundredFramesBack {
    position: absolute;
    bottom: 0;
    left: 35%;
    transform-origin: center bottom;
    transform: translate(-50%, 0%);
    opacity: 0.5;
}

.tenFramesBack {
    position: absolute;
    bottom: 0;
    left: 40%;
    transform-origin: center bottom;
    transform: translate(-50%, 0%);
    opacity: 0.5;
}

.oneFrameBack {
    position: absolute;
    bottom: 0;
    left: 44%;
    transform-origin: center bottom;
    transform: translate(-50%, 0%);
    opacity: 0.5;
}

.hundredFramesForward {
    position: absolute;
    bottom: 0;
    right: 35%;
    transform-origin: center bottom;
    transform: translate(-50%, 0%);
    opacity: 0.5;
}

.tenFramesForward {
    position: absolute;
    bottom: 0;
    right: 40%;
    transform-origin: center bottom;
    transform: translate(-50%, 0%);
    opacity: 0.5;
}

.oneFrameForward {
    position: absolute;
    bottom: 0;
    right: 44%;
    transform-origin: center bottom;
    transform: translate(-50%, 0%);
    opacity: 0.5;
}

.html5Button {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
    margin-left: 8px;
    z-Index: 1;
}

.saveFrameButton {
    position: absolute;
    bottom: 92px;
    left: 50%;
    margin-top: 8px;
    margin-right: 8px;
    z-Index: 1;
}

.centerTheButton {
    transform: translate(-50%, 0%);
}

.backButton {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 8px;
    margin-right: 8px;
    z-Index: 1;
}

.cutMergeButton {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform-origin: center bottom;
    transform: translateX(-60%);
    /* display: block; */
}

.changeModeButton {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 8px;
}

.textButton {
  font-family: 'Franchise', 'Roboto Condensed';
  color: #ffffff;
  font-size: 30px;
  opacity: 0.5;
  -webkit-user-select:none;
  /* text-shadow: 1px 1px 80px rgba(0,0,0,0.6); */
}

.noVideoText {
  position: absolute;
  top: 30%;
  left: 50%;
  transform-origin: center center;
  transform: translateX(-50%);
  z-Index: 1;
}
