.carousel-3d-0c978aad-container {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    /* Default height overridden by widget controls */
    height: 500px;
}

.c3d-0c978aad-slide {
    background-position: center;
    background-size: cover;
    /* Default size overridden by widget controls */
    width: 300px;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.c3d-0c978aad-slide.swiper-slide-active {
    opacity: 1;
}

.c3d-0c978aad-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
