﻿#project-carousel {
    
    height: 500px;
    max-width: 900px;
    overflow: hidden;
    align-content: center;
}

    #project-carousel .splide__track,
    #project-carousel .splide__list,
    #project-carousel .splide__slide {
        height: 100%;
    }

    #project-carousel .splide__slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #project-carousel .carousel-img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        object-position: center;
        display: block;
        border-radius: 8px;
    }
