.advanced-carousel-b53f90a8 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.advanced-carousel-b53f90a8 .ac-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advanced-carousel-b53f90a8 .ac-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.advanced-carousel-b53f90a8 .ac-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    z-index: 10;
}
