.m-player {
  width: 100%;
}
.m-player .timebar {
  width: 80%;
  display: block;
  /*height: 4px;*/
  background: transparent;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 800px;
  align-content: center;
}
input[type="range"]::-webkit-slider-thumb {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -0.7rem;
  border-radius: 50%;
  background-color: #eee;
}
input[type="range"]::-moz-range-thumb {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -0.7rem;
  border-radius: 50%;
  background-color: #eee;
}
input[type="range"]::-ms-thumb {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -0.7rem;
  border-radius: 50%;
  background-color: #eee;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 0.2rem;
}
input[type="range"]::-moz-range-track {
  height: 0.2rem;
}
input[type="range"]::-ms-track {
  height: 0.2rem;
}

.m-player .controls {
  width: 100%;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.controls .section{
  width: 8vh;
  height: 8vh;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}
.controls i{
  font-size: 32px;
  /*width: 50%;*/
  /*height: 50%;*/
  margin: auto;
}
.controls i:hover{
  font-size: 37px;
  cursor:pointer;
  /*width: 55%;*/
  /*height: 55%;*/
}