p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.lSPager li {
    margin-left: 0 !important;
}

.lSPager li:before {
    content: '';
}

.lSSlideOuter .lSPager.lSpg {
    margin: 0 auto;
}

.lightSlider {
    height: auto !important;
    align-items: flex-start !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lightSlider li {
    height: auto !important;
}

.lightSlider figure {
    position: relative;
    width: 100%;
    margin: 0;
}

.lightSlider figure > img {
    object-fit: contain;
    width: 100%;
    background-color: #000000;
    padding-top: 75%;
    height: 0 !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lightSlider figure > figcaption {
    z-index: 9999;
    bottom: 7px;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    max-height: calc(50% - 32px);
    padding: 15px 25px;
    overflow-y: auto;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.4em;
    font-size: 0.9em;
}

@media all and (max-width: 533px) {
    .lightSlider figure > figcaption {
        padding: 10px 15px;
        font-size: 0.7em;
    }
}

.lightSlider.is-cropped figure > img {
    background-size: cover;
}