body .gem-icon.gem-icon-size-small {
	border-width: 3px;
}

.gem-wrapbox {
	position: relative;
	margin-bottom: 1.421em;
}

.gem-wrapbox-position-below, .gem-wrapbox-position-centered {
	display: inline-block;
}

.gem-wrapbox-inner {
	position: relative;
}

.gem-wrapbox-element {
	width: 100%;
}

@keyframes scrollAnimation {
	0%, 20% {
		transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	}
	
	10% {
		opacity: 1;
		transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
	}
	
	100% {
		opacity: .01;
		transform: translateY(16px) scaleY(2.5) scaleX(.5) translateZ(0px);
	}
}

@-webkit-keyframes scrollAnimation {
	0%, 20% {
		-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	}
	
	10% {
		opacity: 1;
		-webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
	}
	
	100% {
		opacity: .01;
		-webkit-transform: translateY(16px) scaleY(2.5) scaleX(.5) translateZ(0px);
	}
}