@media all and (max-width: 1000px) { 
	
#header-center-column { 
	padding:15px 10% 30px 10%; 
	grid-column: left-column / span 3;
	grid-row: header;
	justify-content:center;
	background-color:#000;
}
	
	.content-image-bg {
	width:100%;
	height:400px;
	background-color:red;
	padding-bottom:0px;
	text-align:center;
}

	
		.attachment-content-image-header {
	z-index:100;
	object-fit: cover;
	position:relative;
	width:auto;
	height:400px;
	display:inline-block;
	box-shadow: 0px 0px 30px 0px #FFF;
	max-width:100%;
}
	
#content {
	grid-column:1 / span 3;
	grid-row: content;
	position:relative;	
}
	
}