.descrip{

}
.descrip.lock{
    max-height: 100px;
    overflow: hidden;
    position:relative;
}
.descrip.lock:before{
    content: '';
    position:absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.fancybox__thumbs{

    display: none;

}