body {
	margin: 0px;

	background-image: url("../holding/back_splash.jpg");
	background-position:  center left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#holder {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 100%;
}

img {
	display: block;
	max-width: calc(100% - 40px);
	margin: auto;
	filter: drop-shadow(0px 0px 20px #000000aa);
}














@media screen and (max-width: 699px) {

}