
/* 
 * author:
 * Nadeem Elahi
 * nad@3deem.com
 * nadeem.elahi@gmail.com
 */
html{ height: 100%; }
body { height: 100%; margin: 0; }
#fullscreen { 
	position: relative;
	height: 100%; width: 100%; 
	z-index: 10 ;
}
#fsImgDiv { 
	position: relative; top: 0; left: 0 ;
	z-index: 10 ;
	height: 100%; width: 100%; 
}
#fsImgDiv > img {
	height: 100%; width: 100%; 
	display: block;
	position: absolute; top: 0; left: 0 ;
	z-index: 10 ;
}
#inputRangeDiv {
	box-sizing: border-box ;
	position: absolute;
	bottom: 0 ; left: 0 ;
	/*height: 100% ; */
	width: 100% ;
	z-index: 10 ;
	padding: 20px 15px ;
}
#rangeInput {
	margin: 0 ;
	display: block ; 
	width: 100% ;
}

/*
 * input
 * range
 */
input[type=range] {



}
