.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	background: center no-repeat #fff;
}
body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
}
#homeDiv,#logoDiv,#textDiv
{
	margin-top:1vh;
}
#ObjDiv
{

    position: fixed;
    z-index: 1;
	width:10vw;
  
}
#playGame
{
	bottom:0;
	position:fixed;
}
#nextGame
{
	bottom:0px;
	position:fixed;
}
#allDiv
{
	margin-top:20vh;
}
#textDiv
{
	border:1px solid black;
}
.noPaddingcls
{
	padding:0 !important;
}
#paraText
{
	text-align:center;
	font-size:5vw;
}
#BoxDiv
{
	margin-top:20vh;
}
/* #ObjDiv{
	width:10vw;
	position:absolute;
	
} */
#bedDiv
{
	position:fixed;
	/* left:5vw; */
}
#tableDiv
{
	position:fixed;
	left:30vw;
}
#dinningDiv
{
	position:fixed;
	right:15vw;
}
#objDiv
{
	position:fixed
}