.highlight__stories {
  background: #161616;
  height: 250px;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}

.highlight__stories__head {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}

.highlight__stories__title {
  padding: 10px 0 0 10px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  float: left;
  width: 100px;
}

.highlight__stories__title img{
  width: 100%;
}

.highlight__stories__more {
  float: right;
  color: #838383;
  font-size: 12px;
  padding: 10px;
  margin-top: 8px;
}

.highlight__stories__post{
  display: flex;
  /* width: fit-content; */
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0 20px;
  position: relative;
}
.highlight__stories .highlight__stories__ul{
  left: -200px;
  position: relative;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -ms-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in;
  margin: 0;
  padding: 0;
}
.highlight__stories .highlight__stories__ul.highlight__storiesPlay{
  left: 0;
}
.highlight__stories ul li {
  overflow: hidden;
  width: 105px;
  display: inline-flex;
  flex-direction: column;
  margin: 0 10px 0px 0;
  position: relative;
}
.highlight__stories ul li:last-child {
  margin-right: 40px !important;
}

.highlight__stories ul li a,
.highlight__stories ul li a img {
  width: 100% ;
  display: block;
}

.stories__title{
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 70px 10px 15px 10px;
  width: 100%;
  box-sizing: border-box;

  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48) 29%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(29%, rgba(0,0,0,0.48)), color-stop(30%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48) 29%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48) 29%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48) 29%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48) 29%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.stories__title h3{
  font-family: 'Oswald', sans-serif !important;
  line-height: 17px;
  text-transform: uppercase;
  font-size: 12px;    
  white-space: initial;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: initial;
  margin: 0;
  letter-spacing: 0.1px;
}

.highlight__stories .stories__title__logo{
  width: 45%;
  margin-bottom: 10px;
}

.sponsored {
  display: inline-block;
  padding: 2px 4px;
  background: #e31b22;
  margin: 5px 0;
  font-size: 8px;
  letter-spacing: 1px;
  color: #fff;
}