.ticker-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    color: #000;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
}
.ticker-content {
    display: inline-block;
    white-space: nowrap;
}
.ticker-message {
    display: inline-block;
    margin-right: 10px;
}