.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}

.nopadding
{
	padding:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
/*
	overflow:hidden;
*/

}

.options
{
	height:23vh;
	z-index:10;
	border:1px solid black;
}
	
.images
{
	height:100%;
	
}


#questionDiv
{
	color:black;
	font-size: 8vw;
    text-align: center;
    font-weight: bold;
}

.letters
{
	display:none;
	color:black;
	font-size: 6vw;
    text-align: center;
    font-weight: bold;
}
#scoreDiv
{
/*
	border: 1px solid black;
	border-radius:5%;
    background-color: skyblue;
*/
    text-align: center;
    font-size: 2vw;
	font-weight: bold;
    height: 11vh;
    margin-top:1%;
    visibility:hidden;
}
