.fluid-width-video-wrapper {
    height: 100%
}

.cookiebot-placeholder-container {
    display: inline-block;
    text-align: center;
    max-width: 80%
}

.cookiebot-placeholder {
    font-size: 16px;
    background-color: #E5E6E8;
    color: #1A1A1B;
    text-decoration: none;
    width: 100%;
    padding: 20px;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.mono-video-wrapper {
    aspect-ratio: 16/9
}

.cookie-placeholder-text {
    font-size: 16px;
    line-height: 20px
}

.cookie-placeholder-icon {
    font-size: 60px !important;
    margin-bottom: 10px;
    margin-top: -7px;
    color: #262628
}

.cookie-placeholder-button {
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #262628;
    display: block;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    width: 100%
}

.cookie-fit-content {
    height: inherit;
    min-height: 140px
}