﻿#carousel .carousel-item {
    height: 480px;
}

#carousel .carousel-item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

#carousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.60);
    color: whitesmoke;
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target] {
    background-color: #FFF;
}