﻿
.vrmedia-gallery {
    max-width: 567px;
    margin: 5rem auto;
    background: transparent;
    padding: 20px;
    /*box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;*/
    border-radius: 8px;
    backdrop-filter: opacity(0.5)
}

    .vrmedia-gallery img {
        object-fit: contain;
        width: 100%
    }

    .vrmedia-gallery .lSGallery {
        display: inline-flex;
        height:6rem;
        width:4rem;
    }

        .vrmedia-gallery .lSGallery li {
            border-radius: 12px !important
        }

            .vrmedia-gallery .lSGallery li.active {
                border: 1px solid #242423
            }

/*lightbox arrow color-profile change*/ 
.lSAction > a {
    /* to black */
    filter: invert(1);
}

body[light-mode="dark"] .lSAction > a {
    /* to black */
    filter: invert(0);
}


.lSSlideOuter .lSPager.lSGallery img {
    height: 6em !important;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1.7;
}

.video-item {
    position: relative;
}
