.msnt-items-slider-autoshow{
  position: relative;
  margin-bottom: 15px;
}
/*
.msnt-items-slider-autoshow .author{
  color: #fff;
}
*/

.msnt-items-slider-autoshow .sticker{
  display: none;
}
.msnt-items-slider-autoshow .thumb{
  width: 100%;
}
.msnt-items-slider-autoshow .info{
  position: relative;
  padding: 45px 20px 45px 20px;
}
.msnt-items-slider-autoshow .info .text{
  display: none;
}
.msnt-items-slider-autoshow .info .author{
  position: absolute;
  left: 20px;
  top: 20px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.1;
  font-weight: bold;
  white-space: nowrap;
  cursor: default;
  color: #fff;
  text-shadow: 0px 0px 1px #000;
}
.msnt-items-slider-autoshow .info h3{
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  text-transform: none;
  overflow: hidden;
  font-weight: bold;
  text-shadow: 0px 0px 1px #000;
}
.msnt-items-slider-autoshow .info h3 a:hover{
  text-decoration: none;
}
.msnt-items-slider-autoshow .info .btns-box{
  display: none;
}
.msnt-items-slider-autoshow .info .disqus-comment-count{
  font-size: 14px;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  /* color: #808080; */
  text-decoration: none;
  /* border: 1px solid #808080; */
  border: 1px solid transparent;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
}
.msnt-items-slider-autoshow .info .date{
  position: absolute;
  right: auto;
  left: 20px;
  top: auto;
  bottom: 20px;
  cursor: default;
  color: #5b5b5b;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0px 0px 1px #000;
}

@media screen and (min-width: 768px) {
  .msnt-items-slider-autoshow{
    margin-bottom: 25px;
  }
}