.cb-message {
  position: relative;
  padding: 40px;
  place-content: center;
  text-align: center;
  background-color: rgba(40, 40, 40, 0.9);
  color: #fff;
}

.lazy-video-wrap .cb-message {
  position: absolute;
  inset: 0;
  z-index: 30;
  cursor: pointer;
}.wp-block {}