.lity-box {position: fixed;z-index: 9999;top: 0;left: 0;width: 100%;height: 100%;pointer-events:none;}
.lity-box>.lity-toggle {width:100%;height:100%;position: absolute;z-index: 19;background-color: #000000c7;pointer-events: stroke;}
.lity-box .lity-body {position: absolute;width:600px;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index: 3;}
.lity-body .lity-imgs {display: block;box-shadow: rgb(181 140 10 / 36%) 0px 10px 14px 3px;pointer-events: auto;}
.lity-body .lity-imgs img {width:100%;}
.lity-body button {position: absolute;top:-10px;right:-10px;width:50px;height:50px;background-color: #FFF;border:none;border-radius: 50%;z-index: 12;display: flex;
justify-content: center;align-items: center;pointer-events: auto;}
.lity-body button:hover,.lity-body button:active {text-decoration: none;outline:none;}
.lity-body button::before {content: "\f00d";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;font-size: 30px;color:#000;} 
#show-btn {position: absolute;width:220px;z-index: 10;pointer-events: auto;bottom:15px;right:15px;margin:0;}
#show-btn img {width:100%;}
@media (max-width:767px) {
	.lity-box .lity-body {width:88%;margin:0 auto;}
	#show-btn {width:130px;right:5px;bottom:5px;}
}