.news-row {
    padding: 0; 
    height: 150px;
    background: linear-gradient(90deg, black, transparent);
}
.news-row:hover {
    cursor: pointer;
    background: linear-gradient(270deg, #131313, transparent);
    background-color: rgba(210,180,140,0.4);
    transition: .3s;
}
.news-row:hover .featurette-heading-en {
    color: white;
}