.msnt-items-slider_slide-article .thumb{
  position: relative;
  width: 100%;
  min-height: 90px;
}
.msnt-items-slider_slide-article .sticker{
  display: none;
}
.msnt-items-slider_slide-article .info{
  position: relative;
  padding: 45px 20px 45px 20px;
}

.msnt-items-slider_slide-article .info .text{
  display: none;
}
.msnt-items-slider-article .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-article .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-article .info h3 a:hover{
  text-decoration: none;
}
.msnt-items-slider-article .info .btns-box{
  display: none;
}
.msnt-items-slider-article .info .date{
  position: absolute;
  right: auto;
  left: 20px;
  top: auto;
  bottom: 20px;
  cursor: default;
  color: #5b5b5b;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0px 0px 1px #000;
}