@media screen and (min-width: 1200px) {
article .content__newsfeed {
height: 170px;
max-width: unset;
grid-template-columns: 1fr 2fr 200px;
grid-template-rows: unset;
}

article .content__newsfeed-image {
object-fit: contain;
background-color: transparent;
}
}