/* 9226809 - 11/02/22 - Jon B */
.home .home-news-social .fsPostElement article .fsThumbnail {
    background-size: cover;
    background-position: center;
}

@media (min-width: 600px) {
  .home .home-news-social .fsPostElement .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } 
.home .home-news-social .fsPostElement article {
      width: calc(50% - 10px);
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      min-height: 460px;
      margin-bottom: 0; }}