.lightbox{cursor:pointer;height:100%;background:#d3d3d3 50% no-repeat;background-size:cover;z-index:1;min-height:300px;opacity:0;transition:all .25s ease;grid-row-start:1;grid-column-start:1}.lightbox.active{z-index:3;opacity:1;width:100%}#AI_lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.9);z-index:100;display:flex;justify-content:center;align-items:center;padding:30px;animation:open .5s}#AI_lightbox>*{animation:open .8s}@keyframes open{0%{opacity:0}to{opacity:1}}#AI_lightbox .hidden{display:none}#AI_lightbox span{position:absolute;cursor:pointer;z-index:110;text-align:center;text-shadow:0 0 5px #000;font-size:3em;color:#fff;line-height:100px;width:100px}#AI_lightbox .close{font-size:2em;top:0;right:30px;width:50px}#AI_lightbox .next{top:50%;right:5px;transform:translateY(-50%)}#AI_lightbox .prev{top:50%;left:5px;transform:translateY(-50%)}.AI_lightbox_grid{display:flex;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;position:relative;width:100%;min-height:300px}.AI_lightbox_grid .prev{left:5px}.AI_lightbox_grid .next{right:5px}.AI_lightbox_grid .next,.AI_lightbox_grid .prev{position:absolute;top:50%;font-size:50px;color:#fff;z-index:3;cursor:pointer;transform:translateY(-50%);text-shadow:1px 1px 4px rgba(0,0,0,.85)}#AI_lightbox img{max-width:100%;max-height:100%}#AI_lightbox iframe,#AI_lightbox img{box-shadow:1px 2px 3px rgba(0,0,0,.8)}#AI_lightbox iframe{max-width:1280px;max-height:720px}.AI_lightbox_grid .block{float:left;width:33.3vw;height:33.3vw;overflow:hidden}.AI_lightbox_grid .block img{height:100%;left:50%;transform:translate(-50%)}.lightbox_dots{position:absolute;bottom:10px;width:100%;z-index:9;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;left:0}@media(max-width:480px){.lightbox_dots{display:none}}.dot{cursor:pointer;opacity:.5;transition:opacity .25s ease;width:16px;height:16px;border-radius:50px;display:inline-block;background:#fb682f;margin:2px}.dot.active{opacity:1}iframe[src=""]{height:0;width:0}.lightbox.video:after{content:"";width:100%;min-height:300px;height:100%;background:rgba(0,0,0,.5) no-repeat 50%;display:block;background-size:80px;transition:background-color .25s ease;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1' viewBox='0 0 512 512'%3E%3Cpath fill='%23d8362a' d='M507 146s-6-38-21-55c-19-22-41-22-51-23-71-5-179-6-179-6s-108 1-179 6c-10 1-32 2-51 23-16 17-21 55-21 55s-5 45-5 90v41c0 45 5 89 5 89s6 38 21 55c19 22 45 21 56 24 41 4 174 5 174 5s108 0 179-6c10-1 32-2 51-23 15-17 21-55 21-55s5-45 5-89v-41c0-45-5-90-5-90'/%3E%3Cpath fill='%23fff' d='M194 167v191l168-93z'/%3E%3C/svg%3E")}.lightbox.video:hover:after{background-color:rgba(0,0,0,.6)}