
.carouselmaxheight {
	max-height: 400px !important;
}
.carouselheight {
	height: 400px !important;
}
.takvimboy {
	height: 600px !important;
}
@media only screen and (max-width: 991px) { 
	.carouselmaxheight {
		max-height: 300px !important;
	}
	.carouselheight {
		height: 300px !important;
	}
	.takvimboy {
		height: 400px !important;
	}
}