/*For loader and masking */
.overlay-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: black !important;
    opacity: 0.30;
    height: 100%;
    width: 100%;
}

.overlay-content {
    background: #fff;
    padding: 1%;
    width: 32px;
    height: 32px;
    position: relative;
    cursor: default;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
    left: 50%;
    top: 20% !important;
}
/* style for Image */
ul.ImageStyle li {
    list - style - type: none;
    width: 24%;
    float: left;
    padding: 1px 5px 0px 0px;
    border: none;
}

.instpics {
    width: 100%;
}
