#slider div {
width: 100% !important;
height:auto;
}
#slider img {
  width: 100%;
  height:auto;
}

ul.newslist li {
  list-style: none;
margin-top: 0.5rem;
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}

ul.newslist li span {
  color: #AB998C;
  padding-right:1rem;
}