<img src="/media/img/111.jpg" title="" alt="">
.ankb img{
width: 100%;
min-width: 100%;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.aki {
position: relative;
}
.aki::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: rgb(0, 0, 0, 0.5);
background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0, 0.5)), color-stop(30%, rgb(255, 255, 250, 0)));
background: linear-gradient(0deg, rgb(0, 0, 0, 0.5) 0%, rgb(255, 255, 250, 0) 30%);
}