#puzzle .container-puzzle {
    width:70%;
    margin:0 auto;
    display: flex;
    align-items: center;
}

#puzzle .container-puzzle > div {
    box-sizing: border-box;
    max-width: 50%;
    width: 50%;
    padding: 32px;
}

.gallery .carousel-cell {
    width: 100%;
    height: 415px;
    margin-right: 10px;
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
}

.flickity-enabled.is-fullscreen {
    z-index: 1000;
}

.is-fullscreen .carousel-cell {
    height: 100%;
}

.gallery .carousel-cell-image {
    display: block;
    max-height: 100%;
}

.is-fullscreen .carousel-cell-image {
    max-width: 100%;
}



#puzzle .testi-puzzle h3 {
    font-size: 3rem;
    line-height: 2.7rem;
}


