.lightboxed { cursor: pointer; }
div#lightboxed--cache { position: fixed; left: -99999999px; }
div#lightboxed--container { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; background: rgba(0,0,0,0.9); z-index: 9001; }
div#lightboxed--stage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
div#lightboxed--content { position: absolute; top: 0; left: 0; }
div#lightboxed--content .lightboxed--frame { position: absolute; top: 0; left: 0; }
div#lightboxed--content .lightboxed--frame img , div#lightboxed--content .lightboxed--frame iframe { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); border: 0;z-index: 9 }
div#lightboxed--content .lightboxed--frame .lightboxed--caption { position: absolute; bottom: 0; right: 0; padding: 10px; background: #000; background: rgba(0,0,0,0.9); color: #fff!important; }
div#lightboxed--thumbs { display: none !important; position: absolute; bottom: 0; left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
div#lightboxed--thumbs .lightboxed--thumb { float: left; overflow: hidden; border-radius: 2px; cursor: pointer; }
div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border { position: relative; width: 100%; height: 100%; background: #fff; background: rgba(255,255,255,0.4); transition: 500ms background;  }
div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border { background: rgba(255,255,255,0.7); transition: 500ms background; }
div#lightboxed--thumbs .lightboxed--thumb img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
div#lightboxed--bttn_close {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: transparent;z-index: 2 }
div#lightboxed--bttn_close:after {content: "X";position: absolute;right: 30px;top: 30px;font-weight: 500;color: white;font-size: clamp(20px,3vw,30px);z-index: 9999;cursor: pointer}
div#lightboxed--bttn_next { z-index: 3; display: none; position: absolute; top: 50%; right: 0px;  background-image: url(../img/icons/full-slider-left.svg); background-size: 21px; background-repeat: no-repeat; background-position: center center; width: 70px; height: 50%; cursor: pointer;transform: translateY(-50%)}
div#lightboxed--bttn_prev { z-index: 3; display: none; position: absolute; top: 50%; left: 0px;  background-image: url(../img/icons/full-slider-right.svg); background-size: 21px; background-repeat: no-repeat; background-position: center center; width: 70px; height: 50%; cursor: pointer;transform: translateY(-50%)}
