#indexTitle {
	font-size: 1.5rem;
}

.carousel-item {
	/* max-height: 30vh; */
	/* width: 100%; */
	
	height: auto;
}

@media (min-width: 768px) and (max-width: 1439px){
	.carousel-item {
		/* height: auto; */
		aspect-ratio: 7 / 3;
	}
	.carousel-item img {
		aspect-ratio: 7 / 3;
		width:100%;
		height:100%;
		object-fit: scale-down;
		/* overflow: hidden; */
		/* height: 300px; */
	}
}

@media (max-width: 767px) {
	.carousel-item {
		/* max-height: 30vh; */
		/* width: 100%; */
		aspect-ratio: 16 / 9;
		height: auto;
	}
	.carousel-item img {
		aspect-ratio: 16 / 9;
	}
}

@media (min-width: 1440px) {
	.carousel-item {
		aspect-ratio: 7 / 3;
		max-height: 75vh;
	}
	.carousel-item img{
		aspect-ratio: 7 / 3;
		width:100%;
		height:100%;
		object-fit: scale-down;
	}
}
