.popupContainer
{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    overflow: auto;
    z-index: 999999;
}
.popupContainer .popUpBackground
{
    transition: all .3s ease-in-out;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
.popupContainer .popUpBackground.active
{
    background-color: rgba(0,0,0,.9);
}
.popupContainer .popImage
{
    position: relative;
    display: block;
    transition: all .3s ease-in-out;
    border-radius: 6px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.15),0 10px 10px -5px rgba(0,0,0,.1);
}
.gssimglightbox img
{
    cursor: pointer;
}