/* Desktop */
@media only screen and (min-width: 1025px){
	.lightning_strike
	{
		background-position: center;
		width:100%;
		height:110%;
		top:-150px;
	}
	.lightning_strike_container
	{
		width:100%;
		height:1140px;
		/* top: -200px; */
		/* right: -100px; */
		padding-left: 300px;
		margin-left: -300px;
		background-position: right top ;
	}

	.register_box
	{
		width: 100%;
		top: 45%;
		
	}
	
	.register_background
	{
		top: 45%;
	}
	.register_wrapper
	{
		min-width: 670px;	
		max-width:670px;
	}
	
/* 
	
	.register_box_top
	{
		height: 240px;
	} */
}

@media only screen and (min-width: 1440px){
		.register_box
	{
		top: 51%;
		
	}
	
	.register_background
	{
		top: 51%;
	}
}