.fp-tableCell {
    width: 100%;
    height: 100dvh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.fp-scrollable {
    overflow-y: auto;
    position: relative;
}

.fp-scrollable::-webkit-scrollbar {
    width: 0;
}

.fp-scroller,
.fp-scrollable {
    width: 100%;
    height: 100%;
}

.fp-scroller::-webkit-scrollbar {
    width: 0;
}

.iScrollVerticalScrollbar.iScrollLoneScrollbar {
    display: none;
}

.fp-scroller {
    height: 100%;
    transform: none !important;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 !important;
}

.fp-section.fp-table {
    overflow: hidden;
}

.fp-tableCell .section-content.relative {
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ss-start .fp-tableCell .section-content.relative {
    justify-content: start;
}