.live-video-content {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
/* .live-video-content:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  overflow: hidden;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/Assets/enp/v2/img/live/play-icon.png) center center no-repeat;
  content: "";
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale(1);
} */
.live-video-content.playing:before {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform: scale(0.5);
}
.live-video-content.mudu-state-error:before {
  display: none;
}
.live-video-content .firstMutedIcon {
  position: absolute;
  right: 20px;
  bottom: 50px;
  z-index: 11;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #333;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  line-height: 50px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.live-video-content .firstMutedIcon .iconfont {
  font-size: 24px;
  position: relative;
  top: 1px;
}
.live-video-content.mudu-state-error .firstMutedIcon {
  display: none !important;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxpdmVQbGF5ZXIubGVzcyIsIjxpbnB1dCBjc3MgMj4iXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFBb0IsYUFBQTtFQUFZLG1CQUFBO0VBQW1CLFFBQUE7RUFBTyxPQUFBO0VBQU0sWUFBQTtDQ00vRDtBRExEO0VBQTJCLG1CQUFBO0VBQWtCLFNBQUE7RUFBUSxVQUFBO0VBQVMsV0FBQTtFQUFVLGVBQUE7RUFBYyxpQkFBQTtFQUFnQixrQkFBQTtFQUFpQixtQkFBQTtFQUFrQixZQUFBO0VBQVcsYUFBQTtFQUFZLG1CQUFBO0VBQWtCLCtFQUFBO0VBQThFLFlBQUE7RUFBVyxXQUFBO0VBQVUsNEJBQUE7RUFBeUUsb0JBQUE7RUFBbUIsNEJBQUE7RUFBaUQsb0JBQUE7RUFBbUIsd0JBQUE7Q0M2QnBiO0FENUJEO0VBQW1DLFdBQUE7RUFBVSw4QkFBQTtFQUFtRCxzQkFBQTtFQUFvQiwwQkFBQTtDQ21Dbkg7QURsQ0Q7RUFBNEMsY0FBQTtDQ3FDM0M7QURwQ0Q7RUFBb0MsbUJBQUE7RUFBa0IsWUFBQTtFQUFZLGFBQUE7RUFBYSxZQUFBO0VBQVksWUFBQTtFQUFZLGFBQUE7RUFBYSxtQkFBQTtFQUFtQixZQUFBO0VBQVksMkNBQUE7RUFBd0Msa0JBQUE7RUFBa0IscUNBQUE7RUFBaUMsbUJBQUE7Q0NrRDdPO0FEakREO0VBQThDLGdCQUFBO0VBQWdCLG1CQUFBO0VBQW1CLFNBQUE7Q0NzRGhGO0FEckREO0VBQXFELHlCQUFBO0NDd0RwRCIsImZpbGUiOiJ0by5jc3MifQ== */