.child_pages
{
    overflow: auto;
    margin-bottom: 1em;
}

.child_pages .child_page
{
    float: left;
}

.child_pages .child_page-container
{
    margin: 18px;
    border: 1px solid #222;
    height: 320px;
    position: relative;
}

.child_pages .post_thumb
{
	position: absolute;
	top: 0;
	left: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

.child_pages .post_thumb img
{
	height: 100%;
	width: auto;
	max-width: 1800px;
	margin: 0 auto;
	/*margin-left: -30%;*/
}

.child_pages .post_content
{
    position: absolute;
    z-index: 50;
    width: 100%;
    bottom: -6px;
    left: 0;
    text-align: center;
}

.child_pages .post_content a {
	color: #fff;
}

.child_page .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 51;
}

@media only screen and (max-width: 768px) {
	.child_page {
		width: 100% !important;
	}
}