<style>

#auctionSlider .carousel-inner,
    .live-container {
        height: 300px;
        border-radius: 15px;
    }

    @media screen and (max-width: 576px) {
        #auctionSlider .carousel-inner {
            height: 200px;
        }
    }

    .carousel-item {
        width: 100%;
        height: 300px;
    }

    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    #productSlider .carousel-item , .product-video{
        height: 300px;
    }

</style>