body {
    display: block;
    /* margin: 8px; */
	margin: 0;
}

.splash {
	display: flex;
	justify-content: center;
	align-items: center;
}

.splash_inner {
	background:url("./flyer.jpg");
	height:100vh;
	width:100vw;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* @media (max-width: 719px) {
	.splash_inner {
		width: 98%;
		height: 1000px;
	}
} 

@media (min-width: 720px) {
	.splash_inner {
		max-width: 100vw;
		height: 1400px;
	}
}
 */