.marquee-track{position:absolute}@keyframes left-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.top-marquee{top:25%;.marquee-track{animation:marquee 20s linear infinite}@media screen and (min-width:901px) and (max-width:1024px){top:22%}@media screen and (min-width:768px) and (max-width:900px){top:17%}@media screen and (max-width:767px){top:20%}}.bottom-marquee{bottom:30%;.marquee-track{animation:marquee 20s linear infinite reverse}@media screen and (min-width:901px) and (max-width:1024px){bottom:37%}@media screen and (min-width:768px) and (max-width:900px){bottom:27%}@media screen and (min-width:541px) and (max-width:767px){bottom:38%}@media screen and (max-width:540px){bottom:30%}}