.c3-gallery {
    display: block;
}

.c3-gallery__items {
    display: block;
    margin: -20px 0 0 -20px;
}

.c3-gallery__item {
    display: block;
    margin: 20px 0 0 20px;
}

.c3-gallery__item .c3-gallery__item-image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: auto;
}

.c3-gallery__item-label {
    margin: 10px 0 0 0;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: var(--e-global-typography-text-font-size);
    color: var(--e-global-color-text);
    line-height: var(--e-global-typography-text-line-height);
}