.grid-first-custom .item .img-wrapper:after{
    background: -webkit-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.3));
    background: -o-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.3));
    background: -moz-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.3));
    background: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.3));
}

.grid-first-custom .item:hover .img-wrapper:after{
    background: -webkit-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.3));
    background: -o-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.3));
    background: -moz-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.3));
    background: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.3));
}

.grid-first-custom .item .content{
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.grid-first-custom .item .text-wrapper{
    margin: 0;
}

.grid-first-custom .text-wrapper .title{
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}

.grid-first-custom .text-wrapper .title:before{
    content: "";
    position: absolute;
    width: calc(100% - 0px);
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #ffffff;
    visibility: hidden;
    transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.grid-first-custom .text-wrapper .title:hover:before{
    visibility: visible;
    transform: scaleX(1);
    transform: scaleX(1);
}

.grid-first-custom{
    position: relative;
    margin-bottom: 70px;
}

.grid-first-custom .headline-slider-img-wrapper{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-60px - 79px);
}

@media (max-width: 1025px) {

    .grid-first-custom .text-wrapper .title{
        font-size: 20px;
    }

    .grid-first-custom .item .content{
        position: absolute;
        left: 15px;
        bottom: 15px;
    }


}


@media (max-width: 768px) {

    .grid-first-custom{
        margin-bottom: 35px;
    }

    .grid-first-custom .text-wrapper .title{
        font-size: 16px;
        text-align: left;
    }

    .grid-first-custom .item .content{
        left: 15px;
        bottom: 15px;
    }

}