.gdpr-overlay {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  font: 400 1em/1.46 Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.gdpr-overlay p {
  font-size: 12px;
  margin: 5px auto 0 auto;
  padding: 5px;
  background: #666;
  color: #fff;
  border-radius: 5px;
  max-width: 280px;
  text-align: center;
}

.wall {
  position: relative;
}

.wall p {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.wall:hover p {
  visibility: visible;
  opacity: 1;
}

.player {
  margin-bottom: 20px;
}

.embedded-video {
  padding: 0 14px;
}

.embedded-video .player img {
  width: 100%;
}

.section__33 .embedded-video .player img {
  width: auto;
}

.section__50 .embedded-video .player img {
  width: auto;
}

.gdpr-overlay--text {
  position: absolute;
}

.video-link {
  /*display: inline-block;*/
  display: none;
  line-height: 20px;
  padding-top: 15px;
  margin-bottom: 20px;
}

.section__50 .video-link {
  max-width: 300px;
}

.section__33 .video-link {
  max-width: 300px;
}

.gdpr-overlay--text {
  border-radius: 4px / 25px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAE0lEQVQYV2NUUFBYwYAEGEkXAACivgQlEjrArwAAAABJRU5ErkJggg==),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAE0lEQVQYV2NUUFBYwYAEGEkXAACivgQlEjrArwAAAABJRU5ErkJggg==);
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
}

.gdpr-overlay button {
  -webkit-appearance: none;
  cursor: pointer;
  color: #eee;
  font: 12px/1.2 Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  width: 11.5em;
  height: 4.25em;
  border: 0 none;
  border-radius: 0.75em;
  padding: 0 0 0 5.5em;
  text-align: left;
  margin: 0 auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23eee' d='M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 1em center #666;
  background-size: 3.5em;
  transition: background-color 0.3s;
}
.gdpr-overlay button:hover {
  background-color: #444;
}

.section-style__centered .paragraphs-item-dd-video-paragraph .embedded-video iframe {
  display: inline-block;
  width: auto;
}
