.publications-list-wrapper{--animation-height:510px;height:var(--animation-height);overflow-y:hidden;position:relative}.publications-list{animation:scroll-list 40s linear 0s infinite forwards}.publication{display:grid;grid-template-columns:200px 1fr max-content;gap:1rem;font-style:italic}@media screen and (width < 1000px){.publication{grid-template-columns:1fr}}.publications-list-wrapper:hover>.publications-list{animation-play-state:paused}@keyframes scroll-list{0%{translate:0 0}to{translate:0 -100%}}.publications-list-wrapper:before{position:absolute;content:"";left:0;top:0;right:0;height:90px;z-index:3;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0))}.publications-list-wrapper:after{position:absolute;content:"";left:0;bottom:0;right:0;height:90px;z-index:3;background:linear-gradient(0deg,#fff,hsla(0,0%,100%,0))}