
.announcepro-bar{width:100%;overflow:hidden;white-space:nowrap;}
.announcepro-track{display:inline-block;white-space:nowrap;animation:scrollText linear infinite;}
.dot{padding:0 10px;}
@keyframes scrollText{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
