.gg_lightbox {position: fixed;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);top: 0;left: 0;display: none;z-index: 999999999;}
#gg_lbContent {width: 50%;
    background-color: #fff;
    overflow: auto;
    padding: 50px;
    margin: 0 auto;
    position: fixed;
    left: 25%;
    top: 15%;
    bottom: 25%}
.gg_icons figure i 
{
	bottom: 0;
    color: #464646;
    left: 42% !important;
    opacity: 0;
    position: absolute;
    top: 41%;
}
.teaserTile:hover .gg_icons figure i {bottom: 40%}
.pg-membertext p
{   
    margin: 0;
   hyphens: auto;
    line-height: 1.1;    
    padding: 5px 0; 
    font-size: 0.9em
}
.pg_membername {margin-top: 16px !important}
.gg_close 
{
	border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    right: 7%;
    position: fixed;
    top: 9%;
    cursor: pointer;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.5);
}

@media (max-width: 768px)
{
	#gg_lbContent {width: 90%;padding: 25px;position: fixed;top: 5%;left: 5%;right: 5%;bottom: 5%;overflow: scroll}
	.gg_close {position: fixed; top: 5%; left: 90%;background-color: #920f30;border: 2px solid #920f30;color: #fff;transform: scale(2)}
	.gg_lightbox {overflow: scroll}
}
