#gallerySlider {
    position: fixed;
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    max-width: 1000px;
    max-height: 80vh;
    background: rgba(188, 188, 188, 0.533);
    box-sizing: border-box;
    padding: 10px;
    margin: 20px;
    border-radius: 20px;
    visibility: hidden;
}

.carousel-item {
    height: 100%;
}

.carousel-item img {
    border-radius: 20px;
    height: 100%;
}