

.main-content {
    padding: 50px 0;
    margin-top: 30px;
    position: relative;
    z-index: 2
}

.main-content .the-team {
    height: 790px;
    margin: 0 auto;
    padding: 0;
    width: 88%;
}

.main-content .the-team.inline {
    height: auto;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 15px
}

.main-content .the-team.inline li {
    display: block;
    opacity: 1
}

.main-content .the-team.inline li.pull-right {
    width: auto
}

.main-content .the-team li {
    position: absolute;
    opacity: 0;
    cursor: crosshair;
    z-index: 9;
    width: 10%;
    padding: 0 0.625em 1.25em;
    display: inline;
    height: auto;
    float: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.main-content .the-team li.visible-member {
    position: relative;
    opacity: 1;
    top: 0 !important;
    left: 0 !important
}

.main-content .the-team li.visible-member-m {
    position: relative;
    opacity: 1;
    top: 0;
    left: 0
}

.main-content .the-team li .eye {
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    background-size: 1100%;
    /*background-image: url("https://www.lateral-inc.com/assets/img/team.jpg?v=8");*/
    background-image: url("assets/images/team/team-03.png");
    margin: 0 auto;
    /*-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%*/
}




.main-content .the-team li .tooltip-title {
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    background: #d92d27;
    color: #fff;
    display: none;
    padding: 7px 14px;
}

.main-content .the-team li .tooltip-title:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d92d27;
    position: absolute;
    top: 100%;
	left: 50%;
    transform: translateX(-50%);
}




@media (max-width:1180px){
	.main-content .the-team li {
		width: 14%;
	}
}

@media screen and (max-width: 1024px) {
        .main-content .the-team {
        min-height: 930px
    }
	
	.main-content .the-team li {
		width: 14%;
	}

    /*.main-content .the-team li:nth-child(10n) .tooltip-title {
        left: auto;
        right: 5px
    }

    .main-content .the-team li:nth-child(10n) .tooltip-title:before {
        right: 10px
    }

    .main-content .the-team li:nth-child(12n) .tooltip-title {
        left: 5px;
        right: auto
    }

    .main-content .the-team li:nth-child(12n) .tooltip-title:before {
        right: auto
    }*/

    
}

@media screen and (max-width: 834px) {

	.main-content .the-team li {
		width: 16%;
	}
}

@media (max-width:768px){
	.main-content .the-team li {
		width: 20%;
	}
}

@media screen and (max-width: 767px) {
    .container.container-team {
        padding-bottom: 60px !important
    }
	
    .main-content .the-team {
        min-height: 2200px
    }

    .main-content .the-team.inline {
        min-height: 1px
    }

    .main-content .the-team li {
        width: 25%
    }

    /*.main-content .the-team li:nth-child(10n) .tooltip-title {
        left: 10px;
        right: auto
    }

    .main-content .the-team li:nth-child(10n) .tooltip-title:before {
        right: auto
    }

    .main-content .the-team li:nth-child(4n) .tooltip-title {
        left: auto;
        right: 0px
    }

    .main-content .the-team li:nth-child(4n) .tooltip-title:before {
        right: 20px
    }*/
}

@media screen and (min-width: 680px) {
    
}

@media (max-width:500px){
	.main-content .the-team li {
		width: 33%;
	}
}
@media (max-width:400px){
	.main-content .the-team li {
		width: 50%;
	}
}
