.content {
	width:95%;
	max-width: 1200px;
	margin: 0 auto;
	}
	
div.index {
	background-image: url('/content/images/index.jpg');
	height:80vh;
	min-height: 500px;
	background-size: cover;
    background-position: center;
	
	display: flex;
	justify-content: center;
	align-items: center;
}