.magnify {position: relative;}
.large {
    width: 75px; height: 75px;
    position: absolute;
    border-radius: 10%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 
    0 0 1px 1px rgba(0, 0, 0, 0.25), 
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
}

.secondary-slider {
    width: 79%;
    float: right;
    margin-left: 1%;
}
.fme_small { 
    display: block !important;
}
.fme_img-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(38, 40, 52, 0.9);
    text-align: center;
    display: none;
    z-index: 9999999999999;
    animation: pop-in;
    animation-duration: 0.5s;
    -webkit-animation: pop-in 0.5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in 0.5s;
}
.fme_img-popup img {
    position: absolute;
    top: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
}
.close-lightbox {
    position: absolute;
    top: 10px;
    right: 20%;
    width: 40px;
    height: 40px;
    padding: 0px 10px;
    color: #fff;
    font-size: 50px;
    z-index: 99;
    cursor: pointer;
}
.lightboxfadeout{
    animation: fadeout;
    animation-duration: 0.5s;
    -webkit-animation: fadeout 0.5s;
    -moz-animation: fadeout 0.5s;
    -ms-animation: fadeout 0.5s;
}
@keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes pop-in {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@keyframes fadeout {
    100% {
        opacity: 0;
        transform: scale(0.1);
    }
    0% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes fadeout {
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes fadeout {
    100% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

.fme_pgifw_right_bottom {
    top: 3px;
    right: 5px;
    font-size: 22px;
    padding-left: 10px;
    padding-right: 0px;
    border-radius: 10%;
    width: 28px;
    height: 35px;
    line-height: 1;
    z-index: 999999;
    position: absolute;
}
.fme_pgisfw_thumbnail {
    height: inherit !important;
}

.fme_zoom {
    display:inline-block;
    position: relative;
}
.fme_zoom img {
    display: block;
}

.fme_zoom img::selection { background-color: transparent; }

.splide__list {

    width: 100%;
    left: 0;
    cursor: pointer;
}
.fme_fvg_video {
    width: 100%;
    height: 400px;
    margin: auto;
    display: block;
    border: none;
}
/* .fmefvgpopup-btn, .close-btn {
    margin: 5px 4px 5px 5px;
    cursor: pointer; 
} */
.fmefvgpopup-btn:hover {
    color: white;
    background-color: black;
}
.fmefvg_video_popup {
    display: none;
    width: 100%;
    height: 100vh;
    margin: auto;
    position: fixed;
    top: 0;
    boxshadow: 10px 10px 10px 10px black;
}

.fme_popup-content {
    /*background: white;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: auto;
    max-width: -webkit-fill-available;	
}
.fmefv_shop_thumnail {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    /*height: auto;*/
}

#video-popup-container {
    z-index: 996;
}


@media only screen and (max-width: 786px) {
    .fme_video_size {
        width: 100%;
    }   
}


