.newsMenu {
    overflow-x: auto;
    justify-content: flex-start;
}

.newsItemPicture {
        height: auto
    }

@media screen and (max-width:768px) {
    .newsItemPicture img {
        object-fit: contain;
    }

    
}