.dg-carousel-lightbox{height:0;transition:all .3s ease;opacity:0;width:0;display:none}.dg-carousel-lightbox.open{height:auto;right:0;position:fixed;opacity:1;bottom:0;top:0;background-color:rgba(51,51,51,.88);padding-bottom:30px;left:0;width:auto;display:block;z-index:999999}.dg-carousel-lightbox.open .lightbox-header{text-align:right}.dg-carousel-lightbox.open .image-wrapper{height:100%;justify-content:center;max-height:100%;margin:0 auto;align-items:center;white-space:nowrap;display:flex}.dg-carousel-lightbox .image-wrapper img{transform:scale(0)}@keyframes imageAnimation{0%{transform:scale(0)}to{transform:scale(1)}}.dg-carousel-lightbox.open .image-wrapper span{align-self:center}.dg-carousel-lightbox.open .image-wrapper img{transform:scale(1);animation-timing-function:ease-out;animation-name:imageAnimation;max-height:85vh;vertical-align:middle;animation-duration:.3s}.dg-carousel-lightbox.open .close-btn{padding:10px 15px;font-size:16px;border:none;color:#fff;background-color:rgba(0,0,0,.57);box-shadow:none;cursor:pointer}