.x-btn-group .btn-share .buttons i {
  float: left;
}
.x-btn-group .btn.on {
  pointer-events: none;
  cursor: not-allowed;
}
.icon_volume {
  background: url(../images/volumeZero.png) 0 0;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 4%;
  bottom: 23%;
  background-size: cover;
  cursor: pointer;
  z-index: 9999;
  display: none !important;
}
.icon_volume_on {
  background: url(../images/volumeHigh.png) 0 0;
  background-size: cover;
}
.hero-go {
  width: 100%;
  top: 40%;
  position: absolute;
  color: #fff;
  z-index: 999;
  font-size: 35px;
  font-weight: bold;
  border-radius: 3px;
  font-family: Medium;
}
.hero-go img {
  width: 350px !important;
  height: auto !important;
  position: relative !important;
  left: -5px !important;
  top: -8px !important;
  transform: unset !important;
  display: block !important;
}

@media only screen and (max-width: 479px) {
  .hero-go {
    top: 60%;
    font-size: 23px;
  }
  .hero-go img {
    width: 300px !important;
  }
  .x-btn-group .buttons {
    left: auto;
    right: 0px;
  }
  .home .banner video {
    transform: unset;
    left: 0;
    top: 0;
  }
  .banner {
    top: -70px;
  }
}
.x-video-info-tit p {
  font-size: 22px;
  color: #fff;
}
.show_on_tv {
  display: none;
}
#current-video,
.pop-video video {
  display: none;
}
.is_tv .x-info iframe,
.is_tv .pop-video iframe {
  display: none;
}
.is_tv #current-video,
.is_tv .pop-video video {
  display: block;
}
.is_tv .ul-listl2,
.is_tv .ul-listl5 {
  overflow: unset;
}
.is_tv .pop-video {
  height: 400px;
}
.is_tv .pop-title {
  margin-bottom: 0;
}
.is_tv .wow {
  visibility: visible !important;
  animation: unset !important;
}
.is_tv :focus {
  outline: 2px solid #ff6801 !important;
}
.is_tv .header .logo2 a:focus {
  padding: 0;
}
.is_tv #player-con,
.is_tv .footer .ll,
.is_tv .x-photos-txt,
.is_tv .x-swi-btn-group,
.is_tv .x-photos-swi .pic::after,
.is_tv .btn-share {
  display: none !important;
}
.is_tv #videoBox {
  padding-top: 61.2%;
}
.is_tv #videoBox .prism-player {
  display: none;
}
.is_tv #videoBox #current-video {
  display: block;
}
.is_tv .footer .social {
  display: none;
}
.is_tv .page-nav {
  display: none;
}
.is_tv.page-nav_open .page-nav {
  display: block;
}
.is_tv .show_on_tv {
  display: block;
}
.is_tv .do-play-pause,
.is_tv .do-fullscreen {
  color: #fff;
  border: 1px solid;
  display: block;
  padding: 5px 10px;
  margin: 0 0 0 10px;
  float: right;
}
