.cookieconsent-placeholder {
    display: inline-block;
    background: #ddd;
    border-radius: 10px;
	overflow: hidden;
    text-align: center;
}
.yt-placehoder-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background: rgba(255, 0, 0, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yt-placehoder-bg p {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1;
}
.yt-vid-bg{
	position:absolute;
    inset:0;
   background:#bdbdbd;
}
.cookieconsent-placeholder-msg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 0 15px;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.cookieconsent-placeholder-msg a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}