.gallery-album{background:#fff;border:1px solid rgba(19,35,52,.08);border-radius:1rem;overflow:hidden;box-shadow:0 12px 32px rgba(20,34,48,.08);transition:transform .25s,box-shadow .25s}.gallery-album:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(20,34,48,.14)}.gallery-cover{height:245px;position:relative;overflow:hidden}.gallery-cover img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.gallery-album:hover .gallery-cover img{transform:scale(1.06)}.gallery-count{position:absolute;right:1rem;bottom:1rem;background:rgba(0,0,0,.72);color:#fff;border-radius:2rem;padding:.4rem .75rem}.gallery-photo{position:relative;width:100%;height:230px;padding:0;border:0;border-radius:.75rem;overflow:hidden;background:#111;cursor:zoom-in}.gallery-photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s,opacity .35s}.gallery-photo:hover img{transform:scale(1.06);opacity:.78}.gallery-zoom{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:1.7rem;opacity:0;transition:opacity .25s}.gallery-photo:hover .gallery-zoom{opacity:1}.gallery-lightbox .modal-body{min-height:0}.lightbox-image{max-width:calc(100vw - 9rem);max-height:calc(100vh - 8rem);object-fit:contain}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);border:0;border-radius:50%;width:3rem;height:3rem;background:rgba(255,255,255,.16);color:#fff;font-size:1.5rem}.lightbox-prev{left:1.5rem}.lightbox-next{right:1.5rem}@media(max-width:767.98px){.gallery-cover{height:220px}.gallery-photo{height:170px}.lightbox-image{max-width:100%;max-height:calc(100vh - 10rem)}.lightbox-nav{width:2.5rem;height:2.5rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}}
