.mytheme-carousel-slide {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mytheme-carousel-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.carousel-item {
    text-align: center;
}
