.glow-wrapper{border-radius:50%;width:320px;height:320px;position:relative;overflow:hidden}.glow-image{object-fit:cover;border-radius:50%;width:100%;height:100%}.glow-wrapper:before{content:"";background:conic-gradient(#f0f,#0ff,#f0f,#0ff);border-radius:50%;width:100%;height:100%;padding:4px;animation:4s linear infinite rotate-glow;position:absolute;top:0;left:0;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 5px),#000 calc(100% - 5px));mask:radial-gradient(farthest-side,#0000 calc(100% - 5px),#000 calc(100% - 5px))}@keyframes rotate-glow{to{transform:rotate(360deg)}}
