.ticker {
  margin: 0 auto;
  padding: 10px;
  width: 600px;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color:#ffffff;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

.ticker ul li p {
  font-size: 0.95rem;
    width: 100%;
    overflow: hidden;
    line-height: 1.5;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width : 42em) {
    .flash .content {
        padding: 0 1em !important;
    }
    .flash .content p {
        font-size: 0.8rem;
        line-height: 1.3;
    }
    .ticker ul li {
        font-size: 0.7rem;
        line-height: 1.3;
    }
}
