.seen-slider__slide{
    position: relative!important;
}
.seen-slider__slide::before{
    content:''!important;
    position:absolute!important;
    width:62.5%!important;
    height:100%!important;
    top:-7px!important;
    left:0px!important;
    background: #000!important;
    opacity:0.3!important;
}
.text-slide-wrapper {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-right: 30px;
}
.pin-spacer{
	margin-top: -100px!important;
}
.seen-slider__count{
	top: unset!important;
	bottom: 150px!important;
}