input{

    display: inline-block!important;
   }
    #video-container2 
    {
   
      position: relative;
    }

    #video-controls {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 5px;

      /*opacity: 0;
      -webkit-transition: opacity .3s;
      -moz-transition: opacity .3s;
      -o-transition: opacity .3s;
      -ms-transition: opacity .3s;
      transition: opacity .3s;*/

      background-color: #222222;

      /*background-image: linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
      background-image: -o-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
      background-image: -moz-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
      background-image: -webkit-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
      background-image: -ms-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);*/

      /*background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.13, rgb(3,113,168)),
        color-stop(1, rgb(0,136,204))
      );*/
       z-index: 2147483647;
    }
    /*#video-container2:hover #video-controls {
      opacity: .9;
    }*/

    button {
      background: rgba(0,0,0,.5);
      border: 0;
      color: #EEE;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
    }

    button:hover {
      cursor: pointer;
    }

    #seek-bar {
      width: 80%;
    }

    #volume-bar {
      width: 10%;
    }
    /*video::-webkit-media-controls {
      display:none !important;
    }
    video::-webkit-media-controls-enclosure {
      display:none !important;
    }*/
    
    .glyphicon.glyphicon-play,.glyphicon.glyphicon-pause,.glyphicon.glyphicon-volume-off,.glyphicon.glyphicon-volume-up,.glyphicon.glyphicon-fullscreen
    {
      color: white!important;
      font-size: 20px !important;
      margin-left: 5PX!important;
      cursor: pointer;
      
    }
/*
    
    .glyphicon.glyphicon-play{

      font-size: 20px !important;
      color: white!important;
      cursor: pointer;
    }
    .glyphicon.glyphicon-pause{

      font-size: 20px !important;
      color: white!important;
      cursor: pointer;
    }
    .glyphicon.glyphicon-volume-off
    {
      color: white!important;
      font-size: 20px !important;
      margin-left: 5PX!important;
      cursor: pointer;
    }
    .glyphicon.glyphicon-volume-up
    {
      color: white!important;
      font-size: 20px !important;
      margin-left: 5PX!important;
      cursor: pointer;
    }
    .glyphicon.glyphicon-fullscreen
    {
      color: white!important;
      font-size: 20px !important;
      margin-left: 5PX!important;
      cursor: pointer;
    }*/