.msnt-items-slider_slide-gallery{
  position: relative;
}
.msnt-items-slider_slide-gallery img{
  z-index: 1;
}
.msnt-items-slider_slide-gallery .photos-count{
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 10px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  overflow: hidden;
  font-weight: 600;
}

.msnt-items-slider_slide-gallery .photos-count_val,
.msnt-items-slider_slide-gallery .photos-count_title{
  display: inline-block;
}

.msnt-items-slider_slide-gallery .photos-count_val{
  padding: 0 10px;
  background: #000;
  border-radius: 0 14px 14px 0;
}
.msnt-items-slider_slide-gallery .photos-count_title{
  padding: 0 15px 0 5px;
}

.msnt-items-slider_slide-gallery h3{
  margin: 0;
  text-transform: none;
  text-shadow: 1px 1px 1px #000;
  font-size: 16px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}
.msnt-items-slider_slides-gallery .msnt-items-slider_slide-gallery .info{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 10px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}
.msnt-items-slider_slide-gallery h3 a,
.msnt-items-slider_slide-gallery h3 a:hover{
  text-decoration: none;
}
.msnt-items-slider_slide-gallery .ins-box{
  display: none;
}