.consent_iframe_wrapper:not(.consent__given) {
  background-color: #2e2e2e;
  border: 1px solid #000;
  position: relative;
  min-height: 400px;
}

.consent_box {
  background-color: #2e2e2e;
  font-size: 80%;
  left: 5%;
  max-width: 90%;
  padding: 1rem;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  color:#fff;
}


@media screen and (max-width:700px) {
.consent_box {
    top:10%;
    transform: translateY(0%);
}

}

.consent_box button {
  color:#fff;
  border:1px solid #fff;
  padding: .25rem;
  margin-left: .25rem;
}

/*.is-provider-youtube {*/
.wp-block-embed {
  /*border: 1px solid #000;*/
  position: relative;
}

.consent__given .consent_box {
    display: none;
}

iframe {
  background-color:  #2e2e2e;
}