 
.play-position{ background-color:transparent; border:none; max-width:100%; position:absolute;   z-index:9; }

.play-position img { background-color:transparent; border:none; }
/***************** video 0 ****************/
 
#videoContainer {position:relative; }

#video {min-width: 100%; max-width:100%;}

#videoControls {position: absolute; bottom:100px; right: 10%; padding: 5px; z-index:99999;}

#progress {width: 0px; display:none;	position: absolute; top: -10px;	-webkit-appearance: none; background-color: #6f6f6f;  height: 5px;	z-index: 1;	pointer-events: none;}

#progressBar {width: 0;	position: absolute;	top: -10px; right: 1%; -webkit-appearance: none; background-color: #6d6e6d;  height: 5px;}
  
#progressBar:focus {	outline: none; }
  
#progressBar::-webkit-slider-thumb { -webkit-appearance: none !important;   height: 0;   width: 0;}

#progressBar::-moz-range-thumb {visibility: hidden !important ;}
	
#buttons {opacity: 1.0; transition: opacity .3s ease-out;	background-color:transparent;}  
 
#videoContainer:hover  #buttons {opacity: 0.5;}
 
#mute, #closedCaption, #fullScreen, #volumeBar {float: right; background-color:transparent; border:none;}
 
#volumeSlider {width: 60px;float: right;}
	
#volumeSlider::-webkit-slider-thumb { background-color: green;  height: 10px;  width: 10px;}
   
