﻿
/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

   .news-article .news-article-image {
        height: auto;
   }
}
