


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body  {
    background-color: #fff;
}


.video_container {
    max-width: 1200px;
    height: 400px;
    margin: 40px auto;
    /* background: white; */
    display:flex;
    /* flex-wrap: wrap */
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 13px 10px rgba(0,0,0,0.21);
  }
  
  #video_container {
    position: relative;
    width: 100%;
    height: 100%;
    /* background: red; */
    display:flex;
    justify-content:center;
  }
  
  #video_controls_bar {
      position: absolute;
      width:100% ;
      height: 12%;
      bottom: 0px;
      color: white;
      opacity: 7;
      background: rgba(0,0,0,0.4);
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      /* padding: 5px 10px;   */
  }

  #video-controls_bar > button {
    outline: inherit;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: white;
  }
  #video_controls_bar {
      position: absolute;
      width:100% ;
      height: 12%;
      bottom: 0px;
      color: white;
      opacity: 7;
      background: rgba(0,0,0,0.4);
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      /* padding: 5px 10px;   */
  }

  #video-controls_bar > button {
    outline: inherit;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: white;
  }

  #progress {
      height: 5px;
      width: 70%;
      display: flex;
      background:white;
      border-radius: 30px;
      overflow: hidden;

  }
.vid-progress {
  position: relative;
  height: 8.4px;
  margin-bottom: 10px;
}


  #figcaption{
  position: absolute;

    width: 100%;
    height: 10%;
  }

 #video-container{
    width: 100%;
    height: 100%;
  }
 /* scroll bar configuration */

  #figcaption::-webkit-scrollbar {
    width: 4px;
    background-color: gray;;
  }

  #figcaption::-webkit-scrollbar-thumb {
    width: 3    px;
    background-color:transparent;;
  }

  #figcaption::-webkit-scrollbar-track {
    width: 4px;
    background-color: transparent;
  }


  video_container::-webkit-media-controls {
    display:none !important;
  }

  
video_container::-webkit-media-controls-overlay-enclosure {
    display:none !important;
}

video_container::-webkit-media-controls-enclosure {
    display:none !important;
}

video_container::-webkit-media-controls {
    display:none !important;
}

  /* 650 */

  @media only screen and (max-width: 650px) {
    .container-player {
        flex-wrap: wrap;
        height: auto;
    }
    #video {
        width: 100%;
    }

    #figcaption  {
        width: 100%;
    }

}

#playlists {
    width: 80%;
    height: 450px;
    padding: 0 10px;
    background: white;
    overflow: scroll;
    overflow-x: hidden;
  }
  
#playlist {
    width: 100%;
    height: 450px;
    padding: 0 10px;
    background: white;
    overflow: scroll;
    overflow-x: hidden;
  }
  
  
#button {
	background:transparent ;
	border: 0;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

}

button:hover {
	cursor: pointer;
}

#seekslider{
	width: 545px;
 
}

#volumeslider {
	width: 70px;
}



