.image-gallery-container {
	position: relative;
	margin: 40px 0 80px 0;
}

.image-gallery > img {
	display: none!important;
}

.image-gallery .pig-figure {
	background-color: #f5f5f5;
	cursor: pointer;
}

.image-gallery .pig-figure img {
	transition: all 440ms ease-out;
}

.image-gallery .pig-figure:hover img {
	transform: scale(1.03);
	transition: all 1s ease-out;
}
