.referenceselement__referencecontainer{
    position: relative;
    overflow: hidden;
}

.referenceelement__descriptioncontainer{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    background: rgba(226,0,26, 0.9);
}

.referenceelement__descriptioncontainer:before{
    content:" ";
    border-bottom: 100px solid rgba(226,0,26, 0.9);
    border-right: 400px solid transparent;
    position: absolute;
    top:-100px;
    right:0;
}

.referenceelement__descriptioncontainer *{
    color:#fff;
}

.referenceelement__descriptioncontainer h3{
    font-size: 28px;
    font-weight: 400;
    position: relative;
    top:-9px;
}

.referenceelement__descriptioncontainer table *{
    font-size: 18px;
}

.referenceelement__descriptioncontainer th{
    font-weight: 400;
}

.referenceelement__descriptioncontainer td{
    font-weight: 200;
}

.referenceselement .slick-prev::before,
.referenceselement .slick-next::before{
    color: #e2001a !important;
    font-size: 30px;
    font-family: Font Awesome\ 5 Pro;
}

.referenceselement .slick-prev::before {
    content: "\f104" !important;
}

.referenceselement .slick-next::before {
    content: '\f105' !important;
}
