* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery {
    background-color: var(--tamblue200);
    margin: auto;
    width: 95%;
    z-index: 0;
}

.gallery-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-cell img {
    max-width: 100%;
    max-height: 100%;
}

.flickity-page-dots {
    display: none;
}

.flickity-prev-next-button {
    display: none;
}