#jzBox {
    top: 0;
    z-index: 10000;
    position: fixed;
    background-color: rgba(30, 30, 30, 0.9);
    margin: 0 !important;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    color: #fff;
}

#jzBoxTargetImg {
    margin: 2% 0 1% 0;
    max-width: 96%;
    max-height: 73%;
}

#jzBoxCounter {
    margin-bottom: 1%;
    font-size: 12px;
}

#jzBox i:hover {
    cursor: pointer;
    color: #2aabd2;
}

#jzBoxBottom {
    max-height: 22%;
}

#jzBoxNextBig, #jzBoxPrevBig {
    cursor: pointer;
    top: 0;
    left: 0;
    width: 35%;
    position: fixed;
    z-index: 10001;
    height: 100%;
}

#jzBoxNextBig {
    left: 65%;
}

#jzBoxLoading {
    margin: 25% 0;
    color: #2aabd2;
}