.layout-conferences_carousel .vcarousel-cell {
    /* aspect-ratio: 290 / 320; */
    padding: 0 15px;
    min-height: 100%;
    display: flex;
}
.layout-conferences_carousel .inner-container {
    min-height: 100%;
    /* height: fill-available;
    height: -webkit-fill-available; */
    padding: 20px 20px 20px 30px;
    background: var(--color-white);
}
.layout-conferences_carousel .speaker img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.layout-conferences_carousel .conf-logo img {
    object-fit: contain;
    height: 100%;
    max-width: 110px;
}
.layout-conferences_carousel .underlined {
    text-decoration: underline;
    text-decoration-color: var(--color-blue);
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
}
@media(min-width: 992px) {
    .layout-conferences_carousel .flickity-page-dots {
        bottom: -60px;
    }
}
@media(min-width: 1200px) {
    /* .layout-conferences_carousel .vcarousel-cell {
        aspect-ratio: 532 / 640;
    } */
    .layout-conferences_carousel .inner-container {
        /* height: 100%; */
        /* height: fill-available;
        height: -webkit-fill-available; */
        padding: 20px 20px 20px 40px;
    }
    .layout-conferences_carousel .speaker img {
        width: 70px;
        height: 70px;
    }
    .layout-conferences_carousel .flickity-page-dots {
        display: none;
    }
}
@media(min-width: 1600px) {
    /* .layout-conferences_carousel .vcarousel-cell {
        aspect-ratio: 532 / 450;
    } */
}
@media(min-width: 1800px) {
    /* .layout-conferences_carousel .vcarousel-cell {
        aspect-ratio: 532 / 400;
    } */
}