.sah-exhibitor-rotator {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.sah-exhibitor-rotator .sah-rotator-slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	transition: opacity 0.6s ease;
	pointer-events: none;
	text-align: center;
}
.sah-exhibitor-rotator .sah-rotator-slide.is-active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
}
.sah-exhibitor-rotator .sah-rotator-img {
	max-width: 100%;
	max-height: inherit;
	width: auto;
	height: auto;
	display: inline-block;
}
