.moderation-teaser-wrapper {
    width: 100%;
    margin: 120px 0;
    display: flex;
    justify-content: center;
}

.moderation-teaser {
    position: relative;
    max-width: 1400px;
    display: flex;
    width: 100%;
}

.moderation-teaser__corner {
    position: absolute;
    top: -120px;
    right: 0;
    z-index: 3;
}

.moderation-teaser__text, .moderation-teaser__text--right {
    flex-basis: 50%;
    padding: 48px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}

.moderation-teaser__video, .moderation-teaser__video--right {
    padding: 48px;
    display: flex;
    vertical-align: middle;
    flex-basis: 50%;
}

.moderation-teaser__video img, .moderation-teaser__video--right img {
    width: 100%;
    max-height: 500px;
}

.myvideo {
    height: 100%;
    width: 100%;
    border: 0;
}

@media screen and (max-width: 1100px) {
    .moderation-teaser-wrapper {
        display: flex;
        height: auto;
        margin: 80px 0;
    }
    .moderation-teaser {
        position: inherit;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 24px;
        padding-bottom: 48px;
    }

    .moderation-teaser img {
        width: 100%;
    }
    .moderation-teaser__corner {
        display: none;
    }
    .moderation-teaser__text,
    .moderation-teaser__text--right {
        position: inherit;
        width: 100%;
        padding: 0;
        min-height: 50px;
        flex-basis: auto;
    }
    .moderation-teaser__video,
    .moderation-teaser__video--right {
        padding: 0;
        width: 100%;
        height: auto;
        position: inherit;
        margin-top: -48px;
        margin-bottom: 24px;
        padding-bottom: 24px;
        flex-basis: auto;
    }
}