body{
  overflow-x:hidden;
}

.marquee-sibling {
  padding: 0;
  background: #3BB0D6;
  width: 20%;
  height: 45px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}

.marquee,
*[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}

.marquee { margin-left: 25%; }

.marquee-content-items {
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.marquee-content-items li {
  display: inline-block;
  color: #fff;
    font-size: 14px;
    line-height: 29px;
    margin: 0;
    padding: 15px 0 14px;
    text-align: center;
    text-transform: uppercase;
}

/* .marquee-content-items li:after {
  content: "|";
  margin: 0 50em;
} */

.marquee-content-items li:after {
  content: " ";
  margin: 0 10em;
}

@media screen and (min-width:640px){
.marquee-content-items li {
    font-size: 22px;
}
}