@media only screen and (min-width: 800px) {
	
* {
	/*margin: 0;*/
}
.bg {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg.jpg');
	background-size: cover;
	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: 30%;
	height: auto;
	background-color: rgba(0,0,0,0);
	filter: grayscale(100%) brightness(500%);
}

}