.img-before {
    position: relative
}

.img-before:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, #000, rgba(10, 10, 10, 0))
}