@charset "utf-8";
/* CSS Document */

#kento-splash-screen-black{
	background-color: #000000;
	height: 100%;
	left: 0 !important;
	opacity: 1;
	position: fixed;
	top: 0 !important;
	width: 100%;
	z-index: 999999999;
}

.kento-splash-screen{
	background-color:#000;
	height:90% !important;
	width:100% !important;
	left:0 !important;
	position:fixed;
	top:0;

	z-index:9999999999;
}

.kento-splash-screen iframe {
	margin:0 auto;
	margin-top: 4% !important;
}

#kento-splash-screen-bg-img-preview{
	display:block;
	height:auto;
	overflow:hidden;
	width:300px;
}

#kento-splash-screen-bg-img-preview img{
	width:100%;
}

#kento-splash-screen-shortcode{
	background-color:#9AC5FF;
}

.hide-button {
	color:#bdb9b0 !important; 
	text-align:center;
	position: fixed;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.hide-button:hover {
	cursor: pointer;
}