#mainImage{
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 400px;
  height: auto;
}

#blogMeta{
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  height: auto;
  background-color: rgba(0,0,0,0.2);
}

.blog-item-title, .blog-item-meta-wrapper, .BlogItem-title, .BlogItem-meta{
	padding: 0px 20px;
}