.pse-story-container{

display:flex;

gap:20px;

flex-wrap:wrap;

}



.pse-story-circle{

width:90px;

cursor:pointer;

text-align:center;

}



.pse-story-ring{

width:80px;

height:80px;

border-radius:50%;

overflow:hidden;

border:3px solid #e1306c;

display:flex;

align-items:center;

justify-content:center;

}



.pse-story-ring img{

width:100%;

height:100%;

object-fit:cover;

}



.pse-no-cover{

font-size:30px;

}



.pse-story-title{

margin-top:8px;

font-size:14px;

}