/* CSS Document */
.profile-img{
    width: 150px;
    height:150px;
    clip-path:circle(45%);

    /* 置中 */
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:50%;

    margin-top:-80px;
}

.card{
    background: rgb(255,255,255);
    height:400px;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;

    margin:10px;
}

.banner-image{

    background-image: url("images/members/background.png");
    height:150px;
    width:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
}