/*
    @license
    Sirv JS v3.15.6 (0afa52c4)
    Copyright 2023 Sirv Limited
    https://sirv.com
*/
/*  Rollover image styles  */
.figure {
	position: relative;
	max-width: 100%;
}
.figure img.sirv.image-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity .8s;
}
.figure:hover img.sirv.image-hover {
	opacity: 1;
}
