.c-inschrijven.c-inschrijven-opened {
    display: block;
}

[data-balloon]::after {
    width: 100%;
}

.c-video-embed {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-video-embed::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='99' height='67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M90.625 6.793C82.75.793 65.25.5 49.375.5S16 .793 8.125 6.793 0 25.793 0 33.543s.25 20.75 8.125 26.75 25.375 6.294 41.25 6.294 33.375-.294 41.25-6.294 8.125-19 8.125-26.75-.25-20.75-8.125-26.75Z' fill='%23C4302B'/%3E%3Cpath d='m66.085 35.295-.003-.004a2.06 2.06 0 0 0 .98-1.747c0-.739-.393-1.383-.978-1.747l.001-.002-27.129-14.542-.001.001a2.045 2.045 0 0 0-.893-.211A2.062 2.062 0 0 0 36 19.105v28.814c0 1.138.923 2.062 2.062 2.062.244 0 .475-.05.692-.128l.002.007.033-.018a2.02 2.02 0 0 0 .47-.251l26.826-14.296Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    width: 99px;
    height: 67px;
    background-repeat: no-repeat;
    position: absolute;
}

.c-video-embed::before.loaded {
    display: none;
}

.c-video-embed img {
    width: 100%
}

.c-video-embed .js-reframe {
    padding-top: 56.25% !important;
}