.block-ytvideo_new iframe {
    background-size: cover;
}

.consentbox h4 {
	font-size: 22px;
}

.consentbox p {
	font-size: 14px;
}

/* start: responsive iframe*/
.youtubeWrapper {
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}

.youtubeWrapper iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    border: none;     
}
/* end: responsive iframe */
  
/* start: centered contentbox */
.youtubeWrapper .consentbox {
    position: absolute;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    color: #fff;
    background-position: center;
    background-size: cover;
}
  
.youtubeWrapper .consentbox > div {
    _font-family: sans-serif;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    width: 100%;
}
/* end: centered contentbox */
  
.youtubeWrapper .consentbox h4 {
    _text-transform: uppercase;
    color: white;
}
  
.youtubeWrapper .consentbox a {
    color: #fff;
}
  
/* .youtubeWrapper .consentbox button {
    border: 2px solid white;
    padding: 10px 20px;
    background: none;
    color: white;
    border-radius: 32px;
    font-family: inherit;
    cursor: pointer;
} */

.youtubeWrapper .consentbox button {
    width: 0; 
    height: 0; 
    /* border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    
    border-left: 60px solid white; */
}

.youtubeWrapper .consentbox button svg {
    height: 90px;
    width: auto;
    fill: white;
    transform: translate(-50%, 0);
}
  
.youtubeWrapper .consentbox.hidden {
    display: none;
}

.has_backdrop {
    background-color: rgba(0,0,0,0.2);
}