.cr-video-thumb{
    position:relative;
    overflow:hidden;
    max-width: 140px;
}

.cr-video-thumb .thumb{
    border:2px dashed #35baf6;
}

.crpgv-play{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    background:rgba(0,0,0,.35);
    pointer-events:none;
}

.crpgv-video-cover{
    width:100%;
    aspect-ratio:1/1;
}

.crpgv-video-cover iframe{
    width:100%;
    height:100%;
    border:none;
    border-radius:8px;
}
