/* Smartphone Portrait & Landscape */
@media screen and (min-width: 320px) and (max-width: 767px){
	.lightning_strike_container{
	position: absolute;
	overflow: hidden;
	top:0;
	height: 100%;
	width: 100%;
}
	.lightning_strike
	{
		z-index: -2;
		position: relative;
		top: 0;
		right: 0;
		height: 100%;
		background: url('../images/LighningAbstract.svg') no-repeat;
		background-position: center;
	 	-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain; 
		/* background-origin:padding-box; */
		padding:0;
		margin:0;
	}
}
