.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 -----*/


/*----- next video -----*/
.next-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: all !important;
}

.next-video .content-wrapper {
    max-width: 400px;
    margin-top: -2px;
}

.next-video .content-wrapper .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.next-video .content-wrapper .content .cancel-button {
    margin-top: 23px;
    cursor: pointer;
}

.next-video .content-wrapper .content p,
.next-video .content-wrapper .content h1 {
    margin: 0 0 5px 0;
}

.next-video .content-wrapper .content .spinner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.next-video .content-wrapper .content .spinner .spinner-circle .spinner-ring__circle {
    position: relative;
}

.next-video .content-wrapper .content .spinner img {
    position: absolute;
    height: 70%;
}

@media screen and (max-width: 900px) {
    .next-video .content-wrapper .content {
        font-size: 10px;
    }

    .next-video .content-wrapper .content .spinner .spinner-circle {
        height: 70px;
    }

    .next-video .content-wrapper .content .spinner .spinner-circle .spinner-ring__circle {
        r: 30;
        cy: 35;
        stroke-width: 2;
    }

    .next-video .content-wrapper .content .spinner img {
        height: 35% !important;
    }
}

@media screen and (max-height: 800px) {
    .next-video .content-wrapper .content {
        font-size: 10px;
    }

    .next-video .content-wrapper .content .spinner .spinner-circle .spinner-ring__circle {
        r: 30;
        stroke-width: 2;
    }
}

@media screen and (max-height: 1024px) {
    .next-video .content-wrapper .content .cancel-button {
        margin-top: 18px;
    }
}

/*----- //next video -----*/