.home_committee h1{
    margin-bottom: 0px;
}

.home_committee .members{
    margin-right: -60px;
}

.member:hover .text{
    background-color: rgba(9, 13, 46, 0.69);
    color: #fff;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.member:hover .text h3{
    color: #fff !important;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.home_committee .members .member{
    float: right;
    background: #fff;
    width: 189px;
    height: 300px;
    margin-right: 59px;
    margin-bottom: 25px;
     margin-top: 25px;
    font-size: 11px;
    color: #a1a1a1;
}

.home_committee.athletes .members .member{
    height: 290px;
}

.home_committee .members .member .img{
    width: 189px;
    height: 230px;
    overflow: hidden;
}

.home_committee .members .member .img img{
    display: block;
    min-width: 189px;
}


.home_committee .members .member .text{
    padding: 16px 14px;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.home_committee .members .member .text h3{
    color: #333333;
    font-size: 14px;
    font-weight: bold;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.home_committee table th{
    font-weight: bold;
}

.home_committee table td,.home_committee table th{
    border: 1px solid #ccc;
    padding: 10px;
}