.youtube-gdpr .video-preview {
    position: relative;
}

.youtube-gdpr .video-preview-image {
    cursor: pointer;
    position: relative;
}

.youtube-gdpr .video-preview-image picture,
.youtube-gdpr .video-preview-image img {
    width: 100%;
}

.youtube-gdpr .gdpr-youtube-text {
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(5px);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 2rem;
    position: absolute;
    top: 0;
    width: 100%;
}

.gdpr-youtube-text-content {
    background-color: #061A41;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: auto;
    padding: 30px;
    width: 50%;
}

.gdpr-youtube-text-content p {
    color: #FFF;
}

@media screen and (max-width: 900px) {

    .youtube-gdpr .video-preview-image {
        height: 75vh;
    }

    .youtube-gdpr .video-preview-image figure,
    .youtube-gdpr .video-preview-image picture,
    .youtube-gdpr .video-preview-image img {
        height: 100%;
    }

    .youtube-gdpr .video-preview-image img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gdpr-youtube-text {
        padding: 0;
        width: 100%;
    }

    .gdpr-youtube-text-content {
        height: initial;
        margin: auto;
        padding: 15px;
        width: 100%;
    }

}
