*{
  outline: none;}
#play{
  background-image: url('play.png');
  cursor: pointer;
  background-color: rgba(34,34,34,0.5);
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}
.full{
  background-image: url('full.png');
  cursor: pointer;
  background-color: rgba(34,34,34,0.5);
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0px;
  right: 0px;
  z-index: 100;
}
.video{
  padding-top: 10px;
  width: 1fr;
  margin: 10px;
  position: relative;
}
.panel{
	width: 100%;
	position: absolute;
	height: 25px;
	background: rgba(34,34,34,0.5);
	bottom: 0px;
}
.slid{
	padding-top: 25px;
	margin-left: 30px;
	margin-right: 85px;
	position: relative;
}
#vol-control{
	position: absolute;
	bottom: 0px;
	right: 5px;
	width: 75px;
}
#slider{
    position: absolute; 
    bottom: 0px;
    width: 100%;
}
input[type=range] {
  bottom: 0px;
  -webkit-appearance: none;
  margin: 9px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  cursor: pointer;
  background: #000000;
}
input[type=range]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #ac03aa;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
video::-webkit-media-controls {
  display:none !important;
}