@charset "utf-8";

.lity { z-index: 9999999990; background: rgba(0, 0, 0, 0.7); }
.lity-wrap { z-index: 9999999990; }
.lity-loader { z-index: 9999999991; }
.lity-container { z-index: 9999999992; width: 100%; margin-left: auto; margin-right: auto; }
.lity-content {  z-index: 9999999993; width: 95%; max-width: 900px; margin-left: auto; margin-right: auto; }
.lity-container img { margin-left: auto; margin-right: auto; }

.lity-close { width: 50px; height: 50px; font-size: 180%; z-index: 9999999994; right: 0; top: 50%; margin-top: -25px; background-color: rgba(0,0,0,0.7); border-radius: 50%; }
.lity-close:hover { background-color: rgba(255,0,0,0.7); font-size: 180% }
.lity-close:active { top: 50%; margin-top: -25px; }


.lity-iframe-container iframe { background: #FFF; }

.lity-content:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; display: block; right: 0; width: auto; height: auto; z-index: -1; -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 0%); box-shadow: 0 0 0 rgb(0 0 0 / 0%); }