.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}.gs-snackbar{visibility:hidden;min-width:250px;margin-left:-125px;background-color:#333;color:#fff;text-align:center;border-radius:2px;padding:16px;position:fixed;z-index:1;left:50%;bottom:30px;font-size:17px}.gs-snackbar.show{visibility:visible;-webkit-animation:gssnackfadein .5s,gssnackfadeout .5s 2.5s;animation:gssnackfadein .5s,gssnackfadeout .5s 2.5s}@-webkit-keyframes gssnackfadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes gssnackfadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes gssnackfadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes gssnackfadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}