<a href="https://player.vimeo.com/external/488076225.hd.mp4?s=9cf4808c4e76c0a9267abb75dbec48bc451a138f&profile_id=175" class="glightbox_video">
<svg width="131" height="131" viewBox="0 0 131 131" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="inner-circle" d="M65 21C40.1488 21 20 41.1488 20 66C20 90.8512 40.1488 111 65 111C89.8512 111 110 90.8512 110 66C110 41.1488 89.8512 21 65 21Z" fill="white"></path>
<circle class="outer_circle" cx="65.5" cy="65.5" r="64" stroke="white"></circle>
<path class="play" fill-rule="evenodd" clip-rule="evenodd" d="M60 76V57L77 66.7774L60 76Z" fill="#BF2428"></path>
</svg>
</a>
body {
background: #000;
}
.glightbox_video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.outer_circle {
stroke-width: 3;
stroke-dasharray: 410;
stroke-dashoffset: 0;
stroke-linecap: square;
transition: all .4s ease-out;
}
.glightbox_video:hover .outer_circle {
stroke-dashoffset:410;
transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out
}
.glightbox_video:hover
.inner-circle {
fill: #BF2428;
transition:fill .4s .3s ease-out;
}
.glightbox_video:hover
.play{
fill: white;
transition:fill .4s .3s ease-out;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.