.jp-volume-bar {
  background-color: #eee;
  height: 10px;
}
.jp-volume-bar .jp-volume-bar-value {
  background-color: #0e90d2;
  height: 10px;
}
a i:hover {
  text-decoration: none;
}
.volume-holder {
  width: auto;
  position: relative;
  margin-left: 85px;
  top: -20px;
}
.volume-holder a {
  position: absolute;
  top: -5px;
  display: block;
}
.volume-holder a.jp-volume-max {
  right: 0;
}
.volume-holder div.jp-volume-bar {
  display: absolute;
  left: 0;
  right: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.jp-video .volume-holder {
  margin-left: 180px;
}
.jp-video video {
  width: 100%;
}
