.imageBox
{
    position: relative;
    /* min-height: 100%; */
    /* min-width: 100%; */
    /* border: 1px solid #aaa; */
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:
    move;
    /* height: inherit !important; */
    width: 1000px;
    height: 1000px;
    /* padding: 0; */
    /* transform: scale(0.5); */
}

.imageBox .thumbBox
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    box-sizing: border-box;
    border: 20px solid rgb(202 202 202 / 90%);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
    /* transform: scale(0.5); */
    /* background: #EEE; */
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}