.parent_above_header {
	display: flex;
    justify-content: center;
}

.child_above_header {
	margin: 10px;
}

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
	.parent_above_header {
		display:inherit;
		text-align: center;
	}
}