.s2i_add_descriptionManufacturer {
    margin: 0 auto 30px;
}

.s2i_add_descriptionManufacturer ._more {
    margin-top: 25px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}

.s2i_add_descriptionManufacturer .manufacturer_desc {
    position: relative;
}

.s2i_add_descriptionManufacturer .manufacturer_desc .desc.mini {
    max-height: 200px;
    overflow: hidden;
}

.s2i_add_descriptionManufacturer .manufacturer_desc .desc_fade {
    position: absolute;
    height: 80px;
    bottom: 0px;
    z-index: 20;
    opacity: 1;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
}