.carousel-cell {
        width: 100%; /* full width */
        height: 180px;
        /* center images in cells with flexbox */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel.is-fullscreen .carousel-cell {
        height: 100%;
    }

    .carousel-cell img {
        display: block;
        max-height: 100%;
    }
    .flickity-button-icon{
        fill: rgba(255,255,255,0.9) !important;
    }
    .flickity-button{
        background: rgba(0,0,0,.15) !important;
    }
    .flickity-button:hover{
        background: rgba(0,0,0,.35) !important;
    }

    .ctnCalendario {
        overflow:hidden;
    }

    .ctnQuadroImagemChamada-pequeno {
        display: inline-flex; flex-wrap: wrap; width: 100%;min-height: 200px;
    }