.holderbox{
    width:1200px;
    margin:0 auto;
}
.voicelogosingle{
    width:225px;
    height:72px;
    margin-bottom:30px;
    background-image: url(/uploads/image/o14images/logosingle.png);
    background-size: 100% 100%;
    margin:30px auto;
}
.holderpicbox{
    margin-top:80px;
    width:100%;
    min-height:600px;
}
.mainpagehead{
    height:60px;
}
.holderpicbox{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}
.photobox{
    margin:0px 35px ;
    margin-bottom: 40px;
}
.photocircle{
    width:168px;
    height:168px;
    border-radius:168px;
    border:1px solid #eee;
    display:flex;
    align-items: center;
    justify-content: center;
}
.hidername{
    width:100%;
    text-align: center;
    font-size: 18px;
    color:black;
    margin-top:15px;
}
.photocenter{
    width:138px;
    height:138px;
    border-radius:138px;
    border:1px solid #eee;
    background:darkgrey;
}
.photocenter img{
    width:100%;
    height:100%;
    border-radius:140px;
}
