.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: 75%; max-height: 75%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); border: 0; }
div#lightboxed--content .lightboxed--frame .lightboxed--caption { position: absolute; bottom: 0; right: 50%; transform: translateX(50%); padding: 10px; background: #000; background: rgba(0,0,0,0.9); color: #fff!important; }
div#lightboxed--thumbs { display: none; 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; cursor: pointer; }
div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border { position: relative; width: 100%; height: 100%; background: #fff; background: rgba(38, 170, 224, 0.25); transition: all .5s ease-in-out;  }
div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border, div#lightboxed--thumbs .lightboxed--thumb:hover .lightboxed--thumb_border { background: rgba(38, 170, 224, 0.75); transition: all .5s ease-in-out; }
div#lightboxed--thumbs .lightboxed--thumb img { transition:all .3s ease-in-out; opacity:.5; position: absolute; top: 50%; left: 50%; width:100%; height:100%; object-fit:cover; max-width: 100%; max-height: 100%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
div#lightboxed--thumbs .lightboxed--thumb:hover img, div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active img{opacity:1;}
div#lightboxed--bttn_close { position: absolute; top: 10px; right: 10px; background: rgba(38, 170, 224, 0.25); background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='transparent'/%3E%3Cpath d='M18 9.00714L16.9929 8L13 11.9929L9.00714 8L8 9.00714L11.9929 13L8 16.9929L9.00714 18L13 14.0071L16.9929 18L18 16.9929L14.0071 13L18 9.00714Z' fill='%23fff'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; width: 30px; height: 30px; cursor: pointer; transition:all .3s ease-in-out;}
div#lightboxed--bttn_close:hover{background: rgba(38, 170, 224, 0.75); background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='transparent'/%3E%3Cpath d='M18 9.00714L16.9929 8L13 11.9929L9.00714 8L8 9.00714L11.9929 13L8 16.9929L9.00714 18L13 14.0071L16.9929 18L18 16.9929L14.0071 13L18 9.00714Z' fill='%23fff'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center;}
div#lightboxed--bttn_next { display: none; position: absolute; top: 50%; right: 10px; background: rgba(38, 170, 224, 0.25); background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='transparent'/%3E%3Cpath d='M10 17.59L14.58 13L10 8.41L11.41 7L17.41 13L11.41 19L10 17.59Z' fill='%23fff'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; width: 30px; height: 30px; cursor: pointer; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); transition:all .3s ease-in-out;}
div#lightboxed--bttn_next:hover{background: rgba(38, 170, 224, 0.75); background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='transparent'/%3E%3Cpath d='M10 17.59L14.58 13L10 8.41L11.41 7L17.41 13L11.41 19L10 17.59Z' fill='%23fff'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center;}
div#lightboxed--bttn_prev { display: none; position: absolute; top: 50%; left: 10px; background: rgba(38, 170, 224, 0.25); background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='transparent'/%3E%3Cpath d='M10 17.59L14.58 13L10 8.41L11.41 7L17.41 13L11.41 19L10 17.59Z' fill='%23fff'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; width: 30px; height: 30px; cursor: pointer; -ms-transform: translateY(-50%) rotate(180deg);; -webkit-transform: translateY(-50%) rotate(180deg);; transform: translateY(-50%) rotate(180deg);; transition:all .3s ease-in-out;}
div#lightboxed--bttn_prev:hover{background: rgba(38, 170, 224, 0.75); background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='transparent'/%3E%3Cpath d='M10 17.59L14.58 13L10 8.41L11.41 7L17.41 13L11.41 19L10 17.59Z' fill='%23fff'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center;}