:root {
  --webmod-rgpd-bg-button: black;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive.embed-responsive--16by9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive--3by4 {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}

.embed-responsive.embed-responsive--16by9 iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.embed-responsive--rgpd-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--webmod-rgpd-bg-button);
}

.embed-responsive--rgpd-button .btn {
  border: none !important;
}