.ticker-wrap {
  position: fixed;
  bottom: 0;
  overflow: hidden;
  height: 4rem;
  width:60%;
/*   mix-blend-mode:overlay; */
/*   padding-left: 100%; */
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  margin-top:initial;
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-left: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 75s;
  animation-duration: 75s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  /* color: white; */
}

.ticker__item,
.ticker__item a > * {
	display: inline-block;
	vertical-align: middle;
}

.ticker__item a,
.ticker__item a:visited {
	/* color: #f8f8f9; */
}

.ticker__item {
	margin-right: 100px;
}

.ticker__item h4,
.ticker__item small {
	font-size: 1em;
}

.ticker__item small,
.ticker__item {
	font-weight: 300;
}

.ticker__item {
	/* color: #f8f8f9; */
}

.ticker__item,
.ticker__item h4,
.ticker__item small {
position: relative;
font-size: 12px;
line-height: 1em;
text-transform: uppercase;
}