#about {
    min-width: 380px !important;
    width: 100%;
}
#about h2 {
    margin-bottom: 40px;
    font-size: 2.4em;
}
#about h4 {
    font-size: .9em;
    font-weight: 500;
    text-align: center;
}
#about .ourTeam {
    width: 900px;
    max-width: 100%;
    border: solid 4px #FFD127;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
#aboutUs {
    background-color: #FFFFFF;
    background-size: 100%;
    margin-top: -30px;    
    max-width: 100%;
}
#aboutUs h2 {
    padding-top: 30px;
}
#aboutUs p {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}
#about .portrait {
    margin-top: 10px;
    width: 320px !important;
    height: 120px !important;
    border: solid 5px #FFD127;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    padding: 0;
}
#about figcaption {
    font-size: 1.4em;
    font-weight: 600;
}
@media (min-width: 470px) and (max-width: 599px){
    #about .portrait {
    height: 160px !important;
}
}
@media (min-width: 600px) and (max-width: 674px){
    #about .portrait {
    height: 190px !important;
}
}
@media (min-width: 675px) and (max-width: 734px){
    #about .portrait {
    height: 210px !important;
}
}
@media (min-width: 735px) and (max-width: 767px) {
#about .portrait {
    width: 320px !important;
    height: 220px !important;
}
#about h4 {
    font-size: 1.2em;
    font-weight: 500;
}
}
@media (min-width: 768px) and (max-width: 921px) {
#about .portrait {
    height: 190px !important;
}
}
@media (min-width: 922px) and (max-width: 1366px) {
#about .portrait {
    margin-top: 10px;
    width: 400px !important;
    height: 250px !important;
    border: solid 5px #FFD127;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    padding: 0;
    float: left;
}
#about h4 {
    font-size: 1.4em;
    font-weight: 500;
}
}
@media (min-width: 1367px) and (max-width: 1919px) {
#about h2 {
    position: relative;
    top: 10px;
}
#about h4 {
    font-size: 1.4em;
}
#aboutUs p {
    max-width: 70%;
    font-size: 1.3em;
}
#about .ourTeam {
    width: 900px;
    max-width: 100%;
    border: solid 4px #FFD127;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
#about .portrait {
    margin-top: 10px;
    width: 350px !important;
    height: 250px !important;
    border: solid 5px #FFD127;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    padding: 0;
}
}
@media (min-width: 1920px) {
.bodyContainer {
    width: 100%;
    display: block;
    margin: 0 auto;
} 
#aboutUs p {
    max-width: 70%;
    font-size: 1.4em;
}
#about .portrait {
    margin-top: 10px;
    width: 300px !important;
    height: 200px !important;
    border: solid 5px #FFD127;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    padding: 0;
}
#about h4 {
    font-size: 1.4em;
}
}