.gallery-fallback-separator {
    visibility: hidden;
}

.gallery {
    display: inline-block;
}

.gallery, .gallery-fallback {
    position: relative;
}

.gallery-fallback {
    margin-left: auto;
    margin-right: auto;
}

.gallery-image-viewfinder {
    position: relative;
}

/* .gallery-fallback is implied */.gallery-item {
    width: 100%;
}

.gallery .gallery-image-roll {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-fallback .gallery-image-cropper {
    position: relative;
    width: 100%;
}

.gallery .gallery-image-cropper {
    width: 100%;
    height: 100%;
}

.gallery-caption-viewfinder {
    position: relative;
}

.gallery-caption {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 100%;
    page-break-inside: avoid;
}

.gallery-dot-container {
    position: relative;
    width: 100%;
}
