.my-slideshow {
	height: 40vh;
}

.my-slideshow .slide {
	height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-slideshow img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}
