#extraContent1 {
	background: url(/resources/familyfeet2.jpg) no-repeat center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

.ppro.columnize .stacks_out, .ppro.columnize .stacks_in{
  overflow: visible!important;
}
.ppro.columnize div{
  max-width: 100%;
}
.ppro.columnize .blog-entry{
  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.blog-entry-body img{
  max-width: 100%;
}