.youtube_iframe .consent {
    background-color: #ffffff;
    width: 80%;
    max-width: 800px;
    max-height: 95%;
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%), 0 16px 24px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%), 0 16px 24px 0 rgb(0 0 0 / 10%);
    overflow-y: auto;
    box-sizing: border-box;
    margin: auto;
}

.youtube_iframe .consent .consent_info h2 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: "DaimlerCS-Bold", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.75rem;
    line-height: 2.125rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
    display: block !important;
    margin-top: 0;
}

.youtube_iframe .consent .consent_info p {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: "DaimlerCS-Light", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    box-sizing: border-box;
}

.youtube_iframe .consent .consent_buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1rem;
    border-top: 1px solid #e5e5e5;
}

.youtube_iframe .consent .consent_info {
    padding: 1rem;
}

div.youtube_iframe {
    background: url(/themes/dsp-global/images/dse_space_header/dse_space_header_global.png);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    color: #262626;
    z-index: 1;
}

div.jive-video-player {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}