
        // These classes are used only to set the size of the image and the content disposition on the example.
        // This css is only used in relation to the content used in the example, you'll need to add
        // your own classes according to your application needs in your css files.
        .custom__carousel-example--basic__content-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .custom__carousel-example--basic__media {
            width: 100%;
            height: 100%;
            object-fit: cover;
            background-color: rgba(0, 0, 0, 0.025);
        }