.links a{color:#0059ff;text-decoration:underline}.scrolling-container{width:30%;overflow:hidden;padding:10px;box-sizing:border-box;position:relative;height:50px}.scrolling-text{display:inline-block;white-space:nowrap;position:absolute;top:50%;left:0;transform:translateY(-50%)}.scrolling-container:hover .scrolling-text{animation:scroll 10s linear forwards}@keyframes scroll{0%{transform:translateX(0);top:28%}to{transform:translateX(-100%);top:28%}}.ugly-state{background-color:#f0f0f0}.no-animation{animation:none!important}.empty-state{background-color:#ccc;display:flex;justify-content:center;align-items:center;color:#333;font-size:1.2rem;font-weight:700;height:400px}.animated-container{transition:all .5s ease}.mySwiper{transition:none}@media (min-width:1200px){.container-carousel{min-height:calc(100vh - 150px)!important}}