.vrmedia-gallery{
    margin: auto;
    padding: 5px 5px 0 5px;
    backdrop-filter: opacity(0.5);
    border-radius: 5px;
    /* border: 1px solid #dbdbdb; */
}
.vrmedia-gallery img{
    width: 100%;
    border-radius: 6px;
    margin: auto;
    max-height: 100%;
}

.carousel_image_border {
    border-radius: 6px;
    overflow: hidden;
    width: auto;
    text-align: center;
}

.vrmedia-gallery .carousel_image_border img:hover {
    cursor: nesw-resize;
    cursor: url(/images/expand.png) 18 18,nesw-resize;
    cursor: -webkit-image-set(url(/images/expand.png) 1x, url(/images/expand.png) 2x) 18 18,nesw-resize;
}
.vrmedia-gallery .lSGallery{
    display:inline-flex
}
.vrmedia-gallery .lSGallery li{
    border-radius:5px !important
}
.vrmedia-gallery .lSGallery li.active {
    border:1px solid #242423;
}

.lSSlideOuter .lSPager.lSGallery li img {
    padding: 5px;
}

.vrmedia-gallery .ecommerce-gallery li {
    height: 100%;
    display: flex;
    justify-content: center;
    /* border: 1px solid #e3e3e3; */
    /* padding: 10px; */
    border-radius: 5px;
}

.lSPager li a {
    height: 100%;
    display: flex;
    justify-content: center;
}

.lSPager li:not(.active) a {
    /* border: 1px solid #ebebeb; */
    border-radius: 5px;
}

.lSPrev:before {
    content: "\f053";
}

.lSNext:before {
    content: "\f054";
}

.lSPrev,
.lSNext {
    opacity: 1 !important;
}

.lSPrev:before,
.lSNext:before {
    background-color: white;
    padding: 5px 10px;
    border-radius: 100px;
    box-shadow: 0px 2px 2px #b6b6b6;
}

.lSPrev,
.lSNext,
.lSPrev:before,
.lSNext:before {
    color: #888888;
    font-size: 25px;
    font-weight: 900;
    background-image: none !important;
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}


@media only screen and (max-width: 767px) {
    .ecommerce-gallery {
        height: auto !important;
    }
}