/* Container */
.dsgvo-youtube {
  position: relative;
  display: block;
  max-width: 100%;
  line-height: 0;
}

/* Thumbnail-Wrapper */
.dsgvo-youtube-thumb {
  position: relative;
  display: block;
}

.dsgvo-youtube-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  position: static;
}

.dsgvo-youtube-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 12px 16px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  line-height: 1.3;
  text-align: center;
}

.dsgvo-youtube-btn {
  border: 0;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 16px;
  background: #cc0000;
  color: #fff;
}
.dsgvo-youtube-btn:hover { background: #e60000; }
