.home-genres-navigation {
width: 100%;
min-width: 600px;
display: grid;
grid-template-columns: repeat(5,20%);
gap: 5px 5px;
padding: 0 0 5px 0;
text-align: center;
}
.img-fit {
display: block;
}
.img-fit img{
width: 100%;
height: auto;
mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent);
}