@charset "utf-8";
/* CSS Document */

.carousel .carousel-item {
  height: 500px;
}
.carousel-item img {
    object-fit: cover;    
    max-height: 500px;
	width: 100%;
}
