.pgia-presentation {
    width: 100%;
    height: 100%;
    min-height: 500px;
    max-height: 100vh;
    position: relative;
}

.pgia-presentation-stage {
    position: absolute;
    width: 100%;
    height: 100%;
}

.pgia-presentation-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #00022b;
}

.pgia-presentation[data-pg-id][data-show-all-slides="true"] {
    height: auto;
    max-height: 10000vh;
}

.pgia-presentation[data-pg-id][data-show-all-slides="true"] .pgia-presentation-stage {
    position: relative;
}

.pgia-presentation[data-pg-id][data-show-all-slides="true"] .pgia-presentation-slide {
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    min-height: 500px;
}



