/*.showgallery, .showgallery2 {
    margin: 3rem auto;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgb(0,0,0,.3);
    background-color: #000000;
}*/

.lSSlideOuter .lSPager.lSGallery {
    height: 70px;
}
.lSSlideOuter .lSPager.lSGallery li {
    position: relative;
    height: 100%;
}
.lSSlideOuter .lSPager.lSGallery img {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 400%;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
    object-fit: cover;
}

/*.showgallery2 .lSSlideOuter .lSGallery li {
    overflow: hidden!important;
    position: relative;
    height: 0!important;
    padding-bottom: 25%!important;
} */

.showgallery2 .lslide {
    position: relative;
    /*height: 25%;*/
    overflow: hidden;
    /*width: 100%;*/
}
.showgallery2 .lslide img {
   width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 400%;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
    object-fit: cover;
}
.cube-ratio {
    margin-top: 100%;
}
