/*.lightbox img {*/
   /*  width: 540px; Thumbnail size 
/*    cursor: pointer;*/
/*}*/

/*.lightbox-overlay {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.8);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    transition: opacity 0.3s ease;*/
/*}*/

/*.lightbox-overlay img {*/
/*    max-width: 90%;*/
/*    max-height: 90%;*/
/*}*/

/*.lightbox-overlay.active {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/
