.goverlay {
    background: rgba(0, 0, 0, 0.70) !important;
}

.gslide-inline .ginlined-content {
    padding: 60px 50px
}

.popupWrapper {
    position: relative;
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-top: 92px;
    padding-bottom: 92px;
}

.popupWrapper p:last-child {
    margin-bottom: 0
}

.closeLightbox {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/Close.svg);
    cursor: pointer;
    background-size: 100% auto;
    right: 20px;
    top: -1px;
}

.popupWrapper .teamImgPopup {
    text-align: center;
}

.popupWrapper .teamImgPopup img {
    width: 420px;
}

.popupWrapper h3 {
    margin-bottom: 4px
}

.teamTitle {
    margin-bottom: 32px
}

.teamContentPopup {
    padding-right: 40px
}



.gbtn {}


.glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65);
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.glightbox-container .gslide {
    max-width: calc(100% - 60px);
}

@media screen and (max-width:767px) {
    .teamTitle {
        margin-top: 30px
    }

    .popupWrapper {
        padding-top: 0
    }

    .closeLightbox {
        top: -40px;
        right: 0
    }
}