/* Team Section
--------------------------------*/
#team {
    padding: 30px 0 40px 0;
    position: relative;
    width: 100%;
    min-height: 100vh;
}

#team img{
    position: relative;
    max-height: 100%;
    max-width: 100%;
    display:inline-block;
}

#team p{
    color: white;
}

#team h4{
    margin-top: 16px;
    margin-bottom: 16px;
}

@media (max-width: 767px) { 

}