.fancybox-slide--html .fancybox-content {
    width  : 900px;
    /* height : 600px; */
    max-width  : 100%;
    max-height : 100%;
    margin: 0;
}

.fancybox-close-small:hover,
.fancybox-close-small:focus{
    background-color: transparent !important;
    border:none !important;
}


/* .teams_popup{
    padding:0 !important;
} */

.teams_item,
.teams_item_admin{
    position: relative;
}

.teams_item a,
.teams_item_admin a{
    display: block;
}

.teams_item img,
.teams_item_admin img{
    z-index: 1;
    object-fit: cover;
    min-height: 340px;
}

.teams_item .teams_item__content h3,
.teams_item .teams_item__content h6,
.teams_item_admin .teams_item__content h3,
.teams_item_admin .teams_item__content h6{
    color: #fff;
}

.teams_item .teams_item__content,
.teams_item_admin .teams_item__content{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    padding: 20px;
    color: #fff;
}


.teams_item a:before{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: all .3s ease;
}
.teams_item:hover .teams_item__content{
    display: block;
}

.teams_item:hover a:before{
    opacity: 1;
}


.teams_popup img{
    margin-bottom: 30px;
}

@media(min-width:992px){
    .teams_popup img{
        margin-bottom: 0;
    }
}

.teams_popup h3{
    margin-bottom: 10px;
}


.teams_popup h6{
    margin-bottom: 30px;
}
