.assistindo-agora {
  z-index: -1;
  margin-bottom: 10px;
}


.assistindo-agora-video {
  pointer-events: none;
  width: 150px;
  height: 80px;
  padding: 0;
  border-radius: 7px;
  margin-top: -60px;
}


#miniatura-main {
  display: block;
  width: 140px;
  height: 100%;
  border-radius: 7px;
  background-color: rgb(0, 0, 0);
}

#miniatura-yt {
  width: 138px;
  height: 100%;
  background-color: rgb(0, 0, 0);
  border-radius: 7px;
  margin-top: 0px;
  display: none;
}



.assistindo-agora-titulo {
  position: absolute;
  max-width: 160px;
  left: 150px;
  top: -10px;
  font-size: 10px;
  text-shadow:
    0 0 5px rgb(0, 0, 0),
    0 0 10px rgb(0, 0, 0);
}


.assistindo-agora-duracao {
  right: 0;
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
}


.assistindo-agora-plataforma {
  left: 0;
  bottom: 0;
  margin-bottom: 30px;
  position: absolute;
}