/* Override Bootstrap CDN .carousel-item - carrega depois do CDN */
.carousel-item {
	position: relative !important;
	height: 280px !important;
	max-height: 400px !important;
	overflow: hidden !important;
	display: none;
	align-items: center;
	justify-content: center;
}
.carousel-item.active {
	display: flex !important;
}
@media (min-width: 768px) {
	.carousel-item {
		height: 320px !important;
	}
}
@media (min-width: 992px) {
	.carousel-item {
		height: 360px !important;
	}
}
