.credit-marquee{display:flex;align-items:center;justify-content:center;flex-direction:column;top:80px;height:1096px;width:100dvw;background-color:var(--card-color)!important;font-family:Montserrat,sans-serif;text-align:center;overflow:hidden;position:relative}.credit-marquee:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background-image:url(/bg-credit.svg);background-repeat:repeat-x;animation:marquee 50s linear infinite;will-change:transform}.vignetting{background:radial-gradient(circle,rgba(0,0,0,0),rgba(0,0,0,1));background-size:cover;background-position:50%;background-repeat:no-repeat;height:1096px;width:100dvw;z-index:1}@media (max-width:768px){.credit-marquee{height:100dvh;width:100dvh}.vignetting{background:linear-gradient(0deg,rgba(0,0,0,1),rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,1))}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}