@keyframes KBmodalAnimateBackground{0%{background-color:transparent}100%{background-color:rgba(0,0,0,.7)}}@keyframes KBmodalAnimateContentShow{0%{opacity:0}100%{opacity:.99}}.KBmodal{cursor:pointer}.KBmodal__opened{position:fixed;z-index:9999999999999999999;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;animation-name:KBmodalAnimateBackground;animation-duration:.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.KBmodal__yt,.KBmodal__image{width:calc(100% - 75px);height:calc(100% - 30px);position:relative;display:flex;align-items:center;justify-content:center}.KBmodal__yt img,.KBmodal__image img{display:block}.KBmodal__yt iframe,.KBmodal__image iframe{max-width:100%;max-height:100%;opacity:.99}.KBmodal__image{opacity:0;animation-name:KBmodalAnimateContentShow;animation-delay:.5s;animation-duration:.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.KBmodal__html{opacity:0;animation-name:KBmodalAnimateContentShow;animation-delay:.5s;animation-duration:.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;cursor:auto}.KBgalleryNav{font-size:50px;font-weight:700;background-color:#000;color:#fff;transition:.5s;padding:0 10px}.KBgalleryNav:hover{color:#000;background-color:#fff}