.js-marquee {
  display: flex;
  gap: 20px;
  align-items: center;
}
.tickerTop {
    left: 0;
    overflow: hidden;
    padding: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.tickerBottom {
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 5px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.rTicker {
display: flex;
align-content: center;
align-items: center;
}
.rTicker ul {
    margin: 0 !important;
    padding: 0 !important;
}
.rTicker ul li {
    display: inline-block;
    margin-left: 50px;
}
.tickerTop .rTitle, .tickerBottom .rTitle {
    left: 0;
    line-height: 25px;
    min-height: 20px;
}
.rTicker.tickerModule {
    overflow: hidden;
}
.rTitle {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
}
