.tickercontainer {
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 102%;
}
.tickercontainer .mask {
    overflow: hidden;
    position: relative;
    width: 100%;
}
ul.newsticker {
    left: 750px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
ul.newsticker li {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    padding-top: 0px;
    display: flex;
    align-items: center;
}

ul.newsticker span{
    width: 15px;
    height: 15px;
    background: #3080DE;
    border-radius: 50%;
    display: inline-block;
    margin: 0 20px;
}

ul.newsticker li a{
	 color: #000;
     display: block;
}

ul.newsticker li a:hover{
    text-decoration: underline;
    color: #3080DE;
}