p.iframe_block_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
  text-align: center;
}
p.a_block_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
  text-align: center;
  padding:20px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color:#fff;
  text-wrap: balance;
}

p:has(+._iub_cs_activate-activated) {
  display: none;
}

iframe._iub_cs_activate-activated {
  position: relative;
  /* z-index: 10; */
}

.waiting-recaptcha {
  pointer-events: none !important;
  opacity: 0.5;
}
.video-button-hide {
  display: none;
}
