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