/**
 * WP Tutorials : Before and After Images (WPTBAI)
 *
 * Before and after image slider for WordPress
 *
 * https://wp-tutorials.tech/add-functionality/before-and-after-image-slider/
 */
.before-after img {
	max-width: unset;
	height: 100%;
}

.before-after figcaption {
	margin-top: 1em;
	text-align: center;
	font-weight: bold;
}