/* Tablet Portrait & Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.lightning_strike
	{

		/*background-position: right -110px top -85px;*/
		width:100%;
		height:1140px;
		top: -200px;
		right:-215px;
		padding-left: 300px;
		margin-left: -300px;
		background-position: right top ;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover; 
	}
	
	.register_box
	{
		width: 100%;
		
	}
	.register_wrapper
	{
		min-width: 560px;	
		max-width:560px;
	}
}