/* Carousel.css */

.full-width-carousel {
	width: 100%;
	margin: 0 auto;
}

.full-width-slide {
	width: 100vw;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.full-width-slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.slide-image {
	width: 100%;
	height: auto;
}

.slick-slide img{
	height: 250px;
}