.video-embed {
  position: relative;
}

.cookieman-video-banner {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .3);
}

.cookieman-video-banner-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 1em;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, .6);
}
