.tickerwrapper {
  /* the outer div */
  position: relative;
  top: -35px;
  left:0%;
  width: 99.9%;
  overflow: hidden;
  height:350px;
  cursor: pointer;
}

.tickerwrapper ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding:0;
  margin:0;
}

.tickerwrapper ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

.tickerwrapper ul.list li {
  float: left;
  padding-left:50vw;
  font-size: 260px;
  font-weight: 200;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
}
.entry-section.running {
  margin: 0 !important;
  position: relative;
  justify-content: center;
  /* height: calc(100vh - 200px); */
  /* padding: 0 !important; */
  /* padding-top: 18vh !important; */
  /* display: flex;
  align-items: center; */
}

/* .entry-section.running  .attachment-preview.size-preview.wp-post-image {
  position: absolute;
  left: 40%;
} */
.entry-section.running .wrap.wrap-title {
  position: absolute;
  top: 50%;
  mix-blend-mode: difference;
  transform: translateY(-50%);
}
@media (max-width:767px) {
    .tickerwrapper ul.list li {
      font-size: 100px;
    }
    .tickerwrapper {
      height: 140px;
    }
}
