#committees {
    margin-top: 80px;
    text-align: center;
    overflow-y: hidden;
}

.committees-program {
    width: 100%;
    height: 90vh;
    background-image: url(../images/committees/kenrokuen.webp);
    background-size: cover;
    background-position: center;
}

#about {
    position: relative;
    margin-top: -150px;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

#about .caption {
    position: absolute;
    top: -55px;
    left: 0px;
    width: 100%;
    text-align: center;
}

#about .caption .box {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 20px;
    color: rgba(0, 0, 0, .7);
    background-color: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#about .header {
    padding: 20px;
    padding-bottom: 0px;
}

#about .content {
    padding: 20px;
    padding-top: 0px;
    font-size: 1.1em;
}
  






h1.continuous {
    margin-top: 30px;
    margin-bottom: 20px;
}

.section.dual {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 15px;
    row-gap: 15px;
    padding: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 1180px) {
    .section.dual {
        grid-template-columns: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
    }
}

.section.dual > .column {
    text-align: center;
    min-height: 350px;
    height: 350px;
}

.section.black, .column.black {
    color: white;
    background-color: #000;
}

.section.white, .column.white {
    background-color: white;
}

.section.padded {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section.padded.continuous {
    padding-top: 0px;
}

.section.margin {
    margin: 15px;
    min-height: 350px;
    height: 350px;
}

@media only screen and (max-width: 1180px) {
    .section.margin {
        margin-left: 0px;
        margin-right: 0px;
    }

    .member .affiliation {
        font-size: 0.9em;
    }
}

.member {
    position: relative;
}

.member .picture {
    height: 100%;
    width: 100%;
}

.member .detail {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, .5);
}

.member .picture img {
    height: 100%;

    max-width: 412px; 
    width: auto; 
    object-fit: cover; 
    overflow: hidden;
}

.member .name {
    font-weight: bold;
    font-size: 1.5em;
}

.member .affiliation {
    font-size: 1em;
}

.member .country {
    opacity: .7;
}
