.carousel-image {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    overflow: auto;
    
    -o-object-fit: contain;
    object-fit: contain;
}

.content {
    height: 100vh;
    min-height: 100vh;
}

body {
    background-color: var(--bs-gray-900);
    color: var(--bs-gray-500);
}

.images-stacked {
    position: relative !important;
} 

.images-stacked>img:nth-child() {
    position: absolute !important;
    left: 0 + n * 100 !important;
}