
/* Cookie bot video overlay styles */
.embed-responsive.embed-responsive-16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive {
  margin-bottom: 10px;
  position: relative;
  height: 0;
}
.embed-responsive-item.cookieconsent-optout-marketing {
  justify-content: center;
  align-items: center;

  padding: 2em 3.5em;
  text-align: center;
  background-size: cover;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-position: center;
}
.embed-responsive-item.cookieconsent-optout-marketing:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.52);
}
.embed-responsive-item.cookieconsent-optout-marketing p {
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(.31, .31, .53, .93);
  position: relative;
  color: white;
  font-size: 1.2em;
}
.embed-responsive-item.cookieconsent-optout-marketing p a {
  color: inherit;
  text-decoration: underline !important;
}

.embed-responsive-item.cookieconsent-optout-marketing[style*="block"] {
  display: flex !important;
}

.embed-responsive-item.cookieconsent-optout-marketing[style*="block"] p {
  opacity: 1;
}
