.news-image-wrap{
    width:300px;
}
.news-image{
    max-height: 200px;
    width:auto;
}

@media (max-width: 768px) { /* LG breakpoint */
  .news-image-wrap {
      width:100%
  }
  
}