.row>div img+img {
	-skrollr-animation-name:animation1;
	position:absolute;
	left:-30px;
	max-width: 75% !important;
}
	.home .next-section .boltSnap{
		-skrollr-animation-name:animation2;
	}
@-skrollr-keyframes animation1 {
	
	bottom-top {
		bottom:-50px;
	}

	top-bottom {
		bottom:50px;
	}
}
@-skrollr-keyframes animation2 {
	
	bottom-top {
		top:10%;
	}

	top-bottom {
		top:90%;
	}
}