@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-101%,0,0)}}@keyframes next_marquee{0%{transform:translate3d(100%,0,0)}to{transform:translate3d(-100%,0,0)}}.GameTile .marquee{display:block;position:relative;transform:translateZ(0)}.GameTile .animate-title:hover .marquee{animation:marquee linear forwards,next_marquee linear infinite;animation-delay:0s,3s;animation-duration:3s,6s;overflow:visible;width:-moz-fit-content;width:fit-content}.GameTile .no-active{scale:none!important}
