img{
    height: auto;
}

@media only screen and (max-width: 767px) {
    .search-table-grid:nth-child(odd) .search-mobile-title {
        background-color: var(--black, #282828);
    }
}