.single-yt-player .single-player-width{
width:100%;
max-width:1000px;
}
.single-yt-player button{
width: 100px;
height: 140px;
position: absolute;
left: 50%;
top: 50%;
transform: translate3d(-50%, -50%, 0px);
border:none;
background:none;
}
.single-yt-player .bgimg{
background:#000;
background-repeat:none;
background-size:cover;
background-position:center;
filter:blur(2px);
opacity:.6;
}
.single-yt-player .privacynote{
text-align:center;
font-size:16px;
line-height:16px;
color:#fff;
}
.single-yt-player .privacynote p{
color:#fff;
background:rgba(0,0,0,.5);
font-size:10px;
line-height:11px;
}
.single-yt-player .single-video-source{
font-size:.9rem;
font-style:italic;
text-align:right;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.w-75 {
width: 75% !important;
}
.ratio-16x9 {
--twoclick-yt-aspect-ratio: calc(9/16*100%);
}
.ratio::before {
display: block;
padding-top: var(--twoclick-yt-aspect-ratio);
content: "";
}
.ratio {
position: relative;
width: 100%;
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hideplaybutton{
opacity:0;
transition:all .5s ease;
transition-delay:.5s;
visibility:hidden;
}