/* Lightbox by Cleverbirds */
.lightbox-item {cursor: pointer;}
.lightbox-overlay {position: fixed; background: rgba(0,0,0,0.9); width: 100%; height: 100%; z-index: 9999;}
.lightbox {position: fixed; top: 20px;z-index: 10000; color: #FFF; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center;}
.lightbox h1 {font-size: 40px;}
.lightbox h6 {opacity: 0.5; margin-bottom: 30px; margin-top: 10px;}
.lightbox p {font-size: 19px;}
.lightbox .fa-close {position: absolute; top: 50px; right: 50px; cursor: pointer; font-size: 26px;}
.lightbox .fa-close:hover {opacity: 0.7;}
.lightbox-overlay, .lightbox {transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}


@media (max-width:844px) {
	.lightbox-wrap {overflow-y: scroll; width: 100%; height: 60vh; }
    .lightbox .fa-close {left: 0 !important; right: unset !important; width: 100%; text-align: center;}
	.team-row .col {
    padding: 0 !important;
    min-width: 100%;
    margin-bottom: 44px;
}