.demo{ background: #262526; }
.our-team{
    padding: 10px 10px 10px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}
.our-team .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 55px;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    background: #0d0d73;
    border-radius: 60%;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 70%;
}
.pics img{
    width: 100%;
    height: auto;
}
.picks img{
    width: 90%;
    height: auto;
	border-radius: 70%;

}
.our-team .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #2e282a;
    margin: 10px 0 0 0;
}
.titles{
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #2e282a;
    margin: 20px 0 0 0;
}
.titler{
    display: block;
    font-size: 11.2px;
    font-weight: 600;
    color: #2e282a;
    margin: 20px 0 0 0;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #2e282a;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.posts{
    display: block;
    font-size: 12px;
    color: #2e282a;
    margin-bottom: 15px;
	margin: 0 0 1px 0;
}

#container{width:100%;}
#left{float:left;width:100px;}
#right{float:right;width:100px;}
#center{margin:0 auto;width:100px;}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}