.fluid_ad_playing {
  position: absolute;
  background-color: black;
  opacity: 0.8;
  border-radius: 1px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif, Verdana, Arial;
  font-weight: normal;
  white-space: nowrap;
  text-align: start;
  line-height: 18px;
  z-index: 10;
  padding: 0;
  border: 1px solid #555;
}

.fluid_video_wrapper {
  z-index: 151;
}

.fluid_ad_playing a {
  display: block;
  color: #fff;
  line-height: 35px;
  height: 35px;
  padding: 0 10px 0 0;
  text-align: center;
}

.firsttsspan {
  float: left;
  display: inline-block;
  width: 34px;
  margin-right: 10px;
  color: black;
  background-color: #5a8b00;
  text-decoration: none !important;
}

.secondtsspan {
  height: 35px;
  line-height: 35px;
  max-width: 230px;
  text-decoration: underline;
  overflow: hidden;
  display: inline-block;
}

/*----- mute btn -----*/

.muteBtn {
  width: 32px;
  height: 32px;
  top: 15px;
  left: 15px;
  position: absolute;
  z-index: 10;
  padding: 0;
  background: url(images/mute.png) no-repeat 8px 8px;
  background-size: 16px 16px;
  background-color: rgba(255,255,255,1);
  border-radius: 2px;
}

/*----- //mute btn -----*/