.gdpr-youtube-container {
    position: relative;
    width: 100%;
    height: 28rem;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    margin-bottom: 20px;
	border-radius: 1rem;
}

.gdpr-youtube-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.gdpr-youtube-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
	border-radius: 1rem;
}

.gdpr-youtube-title {
    color: white;
    margin-top: 0;
    margin-bottom: 15px;
}

.gdpr-youtube-notice {
    color: white;
    margin-bottom: 20px;
    max-width: 80%;
}

.gdpr-youtube-button {
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}
