/* /home/siisi/vertex/gallery_app/static/css/carousel.css */

/* =========================================
   carousel.css – Core styles for Publlic Gallery page
   ========================================= */

/* ---------- 1. Carousel ---------- */
.carousel .ratio img,
.carousel .ratio video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.carousel-control-prev,
.carousel-control-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.carousel-control-prev svg,
.carousel-control-next svg {
    width: 2rem;
    height: 2rem;
    fill: currentColor;
}
