* { position: relative; }

html,body 
{
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
	height: 100%;

}


.parent {
	display: block;
	min-height:100%;
	height:100% !important;
	height:100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding-top: 12%;
}
