.carouselImageBody {
	height: 267px;
	display: flex;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.carouselLink {
	width: 100%;
	text-decoration: none;
	font-family: mvboli;
}
	
.carouselLink:hover {
	opacity: 0.7;
}
	
	
.carouselHeader {
	display: flex;
	justify-content: center;
	color: #00ae6f;
}