.story-tap{position:absolute;top:150px;bottom:215px;width:15%;z-index:3;border:0;background:transparent;display:flex;align-items:center;cursor:pointer;padding:0}
.story-tap span{display:grid;place-content:center;width:31px;height:54px;background:rgba(0,0,0,.27);border:1px solid rgba(255,255,255,.22);font-size:32px;opacity:.55;transition:.2s}
.story-tap:hover span{opacity:1;background:rgba(0,0,0,.55)}
.story-tap-prev{right:0;justify-content:flex-start}.story-tap-prev span{border-radius:12px 0 0 12px}
.story-tap-next{left:0;justify-content:flex-end}.story-tap-next span{border-radius:0 12px 12px 0}
.story-progress i.active::after{animation:storyFill 5s linear both}
@keyframes storyFill{from{width:12%}to{width:100%}}
