/* Light Box Feature */
.dg-carousel-lightbox {
    opacity: 0;
    transition: all .3s ease;
    width: 0;
    height: 0;
    display: none;
  }
  .dg-carousel-lightbox.open {
    opacity: 1;
    width: auto;
    height: auto;
    position: fixed;
    background-color: rgba(51, 51, 51, 0.88);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding-bottom:30px;
    display: block;
  }
  .dg-carousel-lightbox.open .lightbox-header {
    /* background-color: rgba(51, 51, 51, 0.84);; */
    /* padding: 11px 15px; */
    /* margin-bottom: 30px; */
    text-align: right;
  }
  .dg-carousel-lightbox.open .image-wrapper{
    display: flex;
    justify-content: center;
    max-height: 100%;
    margin: 0 auto;
    height: 100%;
    white-space: nowrap;
    align-items: center;
  }
  .dg-carousel-lightbox .image-wrapper img {
    transform: scale(0);
  }
  @keyframes imageAnimation {
    from {transform: scale(0);}
    to {transform: scale(1);}
  }
  .dg-carousel-lightbox.open .image-wrapper span {
    align-self: center;
  }
  .dg-carousel-lightbox.open .image-wrapper img {
    /* display: table-cell; */
    max-height: 85vh;
    /* margin: 0 auto; */
    animation-name: imageAnimation;
    transform: scale(1);
    animation-duration: .3s;
    animation-timing-function: ease-out;
    vertical-align: middle;
  }
  
  .dg-carousel-lightbox.open .close-btn {
    background-color: rgba(0, 0, 0, 0.57);
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font-size: 16px;
  }
/*
     FILE ARCHIVED ON 09:44:05 Apr 03, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:44:04 Dec 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2.077 (2)
  exclusion.robots: 0.182 (2)
  exclusion.robots.policy: 0.147 (2)
  esindex: 0.03 (2)
  cdx.remote: 81.72 (2)
  LoadShardBlock: 329.419 (6)
  PetaboxLoader3.datanode: 224.947 (8)
  PetaboxLoader3.resolve: 151.084 (4)
  load_resource: 169.965 (2)
*/