.video-title-scroll{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;transition:max-width .2s;white-space:nowrap}.video-title-scroll.is-overflow{cursor:pointer}.group:hover .video-title-scroll.is-overflow{animation:scroll-title 3s linear forwards;max-width:none;text-overflow:clip}.group:not(:hover) .video-title-scroll{animation:none;transform:translate(0)}.title-scroll{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;transition:max-width .2s;white-space:nowrap}.title-scroll.is-overflow{cursor:pointer;will-change:transform}.group:hover .title-scroll.is-overflow{animation:scroll-title 6s linear forwards;max-width:none;text-overflow:clip}@keyframes scroll-title{0%{transform:translate(0)}to{transform:translate(calc(var(--scroll-distance)*-1))}}
