.image-with-caption__image {
	-moz-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	-webkit-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
}
.image-with-caption--overlay:active .image-with-caption__image,
.image-with-caption--overlay:focus .image-with-caption__image,
.image-with-caption--overlay:hover .image-with-caption__image {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}