 html {
    height: 100%;
 }

 body {
    height: 100%;
 }
 
 .img-showing {
    /* position: absolute;  */
    width: 100%; 
    height: 100%; 
    align-items: center; 
    justify-content: center;  
    display: none; 
    overflow-x: hidden;
}

/* #carouselExampleIndicators {
    width: 50%;
    height: 100%;
    object-fit: contain;
} */

/* .zoom {
    width: 100% !important;

}

.zoom .carousel-inner {
    height: auto;
}

.zoom .carousel-item {
    height: auto;
} */

/* .carousel-inner {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
} */

.carousel-item {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}

/* .img-showing__close {
    position: absolute; 
    right: 5%; 
    top: 5%;
} */

/* @media (max-width: 1000px) {
    #carouselExampleIndicators {
        width: 100%;
        height: 70%;
    }    
}  */

/* .carousel-control-prev {
    left: -15%;
} */

/* .carousel-control-next {
    right: -15%;
} */


.img-carusel {
    cursor: zoom-in;
}

.zoom-out {
    cursor: zoom-out;
}