body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin:0;
  padding:0;
}
#player {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#UnMutePlayer {
  display: none;
  position: absolute;
  left: 12px;
  top: 15px;
  width: 250px;
  height: 45px;
}
.player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
}
.unmute {
  background: transparent;
  z-index:2;
  color:#fff;
  position:absolute;
  top:10px;
  left:10px;
  width:200px;
  border:2px solid #fff;
  padding:4px 0;
  border-radius:2px;
  cursor:pointer;
  opacity:.8;
}
.unmute:hover {
  opacity:1;
}
.tb {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  vertical-align: middle;
  z-index: 10;
}
.tb-col {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.stream-offline {
  display: none;
}
span.skipBtn {
  display:none;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: #ccc;
  font-family: sans-serif;
  cursor: pointer;
}
span.skipBtn.disabled {
  background-color: #333;
}