#lightbox-popup {display: none; box-sizing: border-box; position: fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(150,150,150,.8); z-index: 99999;}
.lightbox-hide {display: none!important;}
.lightbox-show {display: block!important;}
.lightbox-image-wrap {display: flex;align-items: center;justify-content: center;height: 100%;}
.lightbox-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
    background: rgb(0,157,220);
    padding: 10px 12px;
    font-family: Arial;
    line-height: 15px;
    cursor: pointer;
    color: #fff;
}#lightbox-image-wrap {position: relative;}
#lightbox-image {
    margin-bottom: 0px;
    max-width: 100%;
    height: auto;
	max-height: 85%;
}
#lightbox-desc {
    margin-bottom: 0px;
	margin-top:20px

}
#lightbox-desc2 {
    font-size: 21px;
    text-transform: uppercase;
    color: #009ddc;
    margin-bottom: 0;
}