.yt-placeholder {
    position: relative;
    overflow: hidden;
    background: #000;
}

.yt-placeholder img {
    display: block;
    width: 100%;
    height: auto;
}

.video-consent-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    text-align: center;
}

.video-consent-overlay button {
    border: 0;
    border-radius: 4px;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 12px;
}

.video-consent-overlay p {
    margin: 0;
    max-width: 36rem;
}

.yt-consent-box iframe {
    display: block;
    width: 100%;
    min-height: 315px;
}

.cc-footer-links {
    text-align: center;
    margin-top: 10px;
    font-size: 0.85em;
}

.cc-footer-links a {
    color: inherit;
    text-decoration: none;
    margin: 0 6px;
}

.cc-footer-links a:hover {
    text-decoration: underline;
}