#ecslider2{
-webkit-appearance: none;
width: 100%;
height: 5px;
background: none;
outline: none;
opacity: 0;
  -webkit-transform: rotate(270deg); /* Safari and Chrome */
      -ms-transform: rotate(270deg); /* IE 9 */
          transform: rotate(270deg); /* Standard syntax */
}

#ecslider2:hover {
opacity: 0;
}

#ecslider2::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 75px;
height: 150px;
#background: none;
cursor: pointer;
}

#ecslider2::-moz-range-thumb {
width: 35px;
height: 50px;
background: none;
cursor: pointer;
}