@-webkit-keyframes dk-base-plugin-lightbox-zoom{from{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}@keyframes dk-base-plugin-lightbox-zoom{from{transform:scale(0)}to{transform:scale(1)}}.dk-base-plugin-lightbox-modal-wrapper{position:fixed!important;top:0;left:0;z-index:999999999;display:none;width:100%;height:100%;overflow:hidden;outline:0;background:rgba(0,0,0,.85)!important}.dk-base-plugin-lightbox-modal{display:flex;width:100%;height:100%;overflow:hidden}.dk-base-plugin-lightbox-modal-img{margin:auto;display:block;max-width:100%!important;max-height:calc(100vh - 40px)!important}.dk-base-plugin-lightbox-modal-img{-webkit-animation-name:dk-base-plugin-lightbox-zoom;-webkit-animation-duration:.6s;animation-name:dk-base-plugin-lightbox-zoom;animation-duration:.6s}.dk-base-plugin-lightbox-modal-close-btn{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;transition:.3s}.dk-base-plugin-lightbox-modal-close-btn:focus,.dk-base-plugin-lightbox-modal-close-btn:hover{color:#bbb;text-decoration:none;cursor:pointer}@media only screen and (max-width:700px){.dk-base-plugin-lightbox-modal-img{width:100%}}