* {
	margin: 0;
}
.bg {
	display: inline-block;
	position: absolute;
	float: right;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg.jpg');
	/*background-size: cover;*/
	background-position: right;
	overflow: hidden;
	z-index: -99;
	opacity: 1.00;
	clear: after !important;
	filter: grayscale(0%);
}
.img1_splash {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 65%;
	height: auto;
	background-color: rgba(0,0,0,0);
	filter: grayscale(100%) brightness(500%);
}