.mini-replay {
    background-color: #000033;
    width: 800px;
    height:450px;
}


.mini-replay .obj1{
    background-color: #19d4ff;
    width: 8px;
    height:8px;
    border-radius: 2px;
    position: relative;
}



.mini-replay-slider {
  -webkit-appearance: none;
  width: 800px;
  height: 25px;
  background: black;
    opacity: 0.45;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
    cursor: pointer;
}

.mini-replay-slider:hover {
  opacity: 0.65;
}

.mini-replay-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #6804aa;
  cursor: pointer;
}

.mini-replay-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #6804aa;
  cursor: pointer;
}