/* City-only styles */

.blog .post .post-thumbnail {
  background-size: contain !important;
}
.home.blog .post {
  width: 100%;
  position: relative;
  height: 100%;
  margin: 1em 0;
  min-height: 155px;
}
.home.blog .post .post-thumbnail, .home.blog .post .post-meta {
/*	inadvertantly hides video thumbnails on Global*/
  display: none;
}
/*.main-menu li:first-child a::before, */
#footer-menu li:first-child a::before {
  content: "Global "
}