/*.carousel-inner {*/
/*    max-height: none !important;*/
/*    height: 100%;*/
/*}*/
/**/
/*.carousel-item img {*/
/*    max-height: none;*/
/*    height: 100%;*/
/*    object-fit: cover; /* Adjust how the image fits */*/
/*}*/

#galleryContainer {
    height: 100vh;
}

.carousel {
    height: 100%;
    width: 100%;
/*    overflow: hidden;*/
}
.carousel .carousel-inner {
    height: 100%;
}
.carousel .carousel-inner .carousel-item {
/*    height: 100%;*/
    object-fit: cover;
}

/*.carousel .carousel-inner img {*/
/*    display: block;*/
/*    object-fit: cover;*/
/*}*/
