.bf-ta-consent-blackbar {
  bottom: 0;
  display: inline-block;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 4002;
}

.bf-ta-consent-blackbar.consent-asserted {
  pointer-events: none !important;
}

.bf-ta-blackbar {
  background-color: #000;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

#consent_blackbar {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.bf-trust-arc-teconsent {
  background-color: #101822;
  display: inline-block;
  padding-left: 15px;
  padding-top: 10px;
  width: 100%;
}

.agegate .bf-trust-arc.bf-trust-arc-teconsent {
  z-index: 4001;
  position: fixed;
  bottom: 0;
}

@media only screen and (min-width: 1030px) {
  #consent_blackbar {
    margin: 0;
  }
}

.bfwpta-cookie-notice {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bfwpta-cookie-notice .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bfwpta-cookie-notice .message {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10;
}

.bfwpta-cookie-notice .content {
  width: 100%;
  max-width: 600px;
}

.bfwpta-cookie-notice h1 {
  font-size: 2em;
}

.cookie-button.btn:hover {
  cursor: pointer;
}

.bfwpta-video-wrapper {
	position: relative;
	padding-bottom: 62.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.bfwpta-video-wrapper iframe,
.bfwpta-video-wrapper object,
.bfwpta-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}