.team-gallery__container .team-gallery__item{
    transition-property: all;
    height: 100%;
    display: grid;
}

.team-gallery__container .team-gallery__item .content-wrapper{
    transition-property: all;
    grid-area: 1/-1;
    opacity: 0;
}

.team-gallery__container .team-gallery__item .content-wrapper.active{
    opacity: 1;
}

.team-gallery__container .team-gallery__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.items-reserve{
    display: none;
}