@media (max-width: 1000px) {
    .thumbnail-slider .list_news img {
        width: 100px;
       height: unset !important;
        object-fit: cover;
        aspect-ratio: 3 / 2;
    }
}