
.news_listings_parent {
    display: grid;
    padding: 50px 30px 0px;
    grid-template-columns: auto;
    max-width: 1200px;
    margin: 30px auto;
}

.news-listings-child-wrapper {
    display:grid;
    grid-template-columns: auto 1fr;
    width:100%;
}

.news_listings_child {
    display:grid;
}

.news_listings_child_hr {
    grid-column-start: 1;
  grid-column-end: 3;
}

.news_listings_child_img {
    display:flex;
    align-self: center;
}

.news_listings_child img {
    max-width: 100px;
    height: auto;
    padding-right: 15px;
}

.news .hero {
    padding: 2.75em 0 0;
    text-align: center;
    background-image: url(../images/home/meet-bg-tile.png);
    background-size: 23.125%;
    background-repeat: repeat;
    overflow: hidden;
    }


.news__container {
    padding-top: 4.375em;
    padding-bottom: 5em;
}
@media only screen and (max-width: 640px) {

.news-listings-child-wrapper {
    display:grid;
    grid-template-columns: 1fr;
    width:100%;
    justify-content: center;
}

.news_listings_child {
    display:grid;
    margin: 0 0 10px;
}


.play-content {
	width: 85%;
	display: grid;
	grid-template-columns: 1fr;
	margin: 30px auto;
	padding: 0 0;
	grid-gap: 0px;
}

  .footer-address-menu-cell:nth-of-type(3) {
    display: grid;
    grid-template-columns: auto auto;
    grid-row: 2;
    justify-content: start;
  }

.img-slider-cell:nth-of-type(2){
   display: grid;
    grid-template-columns: auto;
    grid-row: 1;
    justify-content: start;
}

}