
.uc-embedding-container .uc-embedding-wrapper .uc-embedding-buttons .uc-embedding-accept {
    background-color: #d40046;
}

.uc-embedding-container .uc-embedding-wrapper {
    max-width: 90%;
    max-height: 80%;

    width: calc(100% - 25px);
}

.uc-embedding-wrapper span {
    display: none;
}

div.uc-embedding-wrapper h3::after {
    content: "inhoud te tonen";
}

img + div.uc-embedding-wrapper h3::after {
    content: "video af te spelen";
}
