#mainphoto{
    width: 100%;
    height: 465px;
    background-image: url(../images/mainphoto_about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 55% 0%;
}
.section{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
}
.title{
    font-size: 1.3em;
    font-weight: bold;
    width: 30%;
    text-align: center;
    margin: 0 auto 30px auto;
}
#aboutLeft img{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#staff_aboveRight img{
width: 100%;
height: auto;
padding-top: 20px;
padding-bottom: 20px;
}
#staff_belowLeft img{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    }
#staff_above{
    padding-bottom: 24px;
}