
@keyframes pictureanim {
	from {opacity: 0;}
	to {opacity: 1;}
}
.specialimage {
	display:block;
	margin: 0 auto;
}

h3.animate.specialimage.in-view,
img.animate.specialimage.in-view,
.animate.specialimage.in-view{
	animation: pictureanim 3s ease-in-out;

}
