.cr-video-thumb {
  position: relative;
}
.cr-video-thumb img {
    width: 64px;
    height: 64px;
}
.cr-video-thumb .thumb {
  border: 2px dashed #35baf6;
}

.crpgv-play {
  margin-top: 10px;
  width: 64px;
  height: 64px;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  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;
}
