body {
	background-color: #E7511E;
	margin: 3vw;
	color: white;
}
.slick-slide img {
	object-fit: contain;
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
}
.slick-initialized .slick-slide {
	display: flex;
	justify-content: center;
}