.ctnVideo{
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #2d3e50;
}

.fullScreenVideo{
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 30px;
  width: 100%;
  height: 100%;
}

.fullScreenControls{
  position: fixed !important;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.ctnVideo video{
  margin: auto;
  width: 95%;
}

.controlsVideo{
  border-left: 1px solid #3a5067;
  font-size: 0px;
  background-color: #2d3e50;
  line-height: 30px;
  position: relative;
  text-align: center;
  outline: 0px;
}

.controlsVideo > *{
  border: none;
  border-right: 1px solid #3a5067;
  display: inline-block;
}

.controlsVideo > button{
  font-size: 13px;
  margin: 0px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: inherit;
  color: white;
  position: relative;
  outline: 0px;
}

.controlsVideo > button:hover{
  background-color: #3a5067;
}

.controlsVideo *{
  vertical-align: middle;
}

.controlsVideo > .irs{
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.ctnTime{
  font-size: 10px;
  padding-left: 8px;
  padding-right: 8px;
  height: 100%;
  color: #607b98;
}

.menuHoriz{
  position: absolute;
  bottom: 30px;
  left: -2px;
  background-color: inherit;
  padding: 10px;
  display: none;
  opacity: 0.0;
  transition: all 0.4s;
}

.rangeVolume{
  height: 100px;
}

#btnSound:hover > .menuHoriz{
  display: block;
  opacity: 1;
}

input[type=range][orient=vertical]{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    width: 8px;
    padding: 0 5px;
}
