header.section {
    background: url(../images/our-team-header.png) top center no-repeat
        lightblue;
    background-size: contain;
    color: black;
    padding-top: 13%;
    text-align: center;
    margin-bottom: 2em;
}

header h1 {
    margin-right: 1%;
    margin-bottom: -0.5vw;
    padding-bottom: 0.25em;
    display: inline-block;
    border-bottom: 1vw solid red;
}

header h1 .large {
    font-size: 140px;
    font-size: 9vw;
    width: 45%;
}

header h1 strong {
    font-size: 46px;
    font-size: 3vw;
}

#watch-video {
    display: inline-block;
    background: rgb(68, 64, 64);
    color: white;
    font-size: 24px;
    border-radius: 4px;
    border-bottom: 5px solid red;
    padding: 0.5em 0.5em;
    float: right;
    margin-left: 15px;
}

#watch-video:hover {
    background: black;
    color: white;
}

@media (max-width: 480px) {
    #watch-video {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {
    header h1 .large {
        font-size: 140px;
    }

    header h1 strong {
        font-size: 46px;
    }
}

@media (max-width: 1000px) {
    header h1 {
        border-bottom: 10px solid #384753;
        margin-bottom: -5px;
    }

    header h1 .large {
        font-size: 12vw;
    }

    header h1 strong {
        font-size: 5vw;
    }
}

article .content {
    padding-top: 3%;
}

.team-member {
    overflow: hidden;
    position: relative;
    margin: 1em auto 4em auto;
}

.team-photo {
    position: absolute;
    width: 27%;
    top: 0;
    left: 4%;
    border-radius: 8px 8px 0 0;
}
.team-photo.even {
    left: auto;
    right: 6.5%;
}

h2 {
    margin: 0 0 0.25em 34%;
    font-size: 4vw;
}

h2.even {
    margin-left: 3%;
    margin-right: 38%;
    text-align: right;
}

h2 .designation {
    font-family: Roboto, sans-serif;
    font-size: 0.6em;
    white-space: nowrap;
}

.bio {
    padding: 3% 4% 2% 34%;
    background: #2678;
    border-radius: 8px;
    min-height: 350px;
}
.bio.even {
    padding-left: 4%;
    padding-right: 38%;
    background: #2678;
}

blockquote {
    background: black;
    color: white;
    width: 50%;
    float: right;
    font-weight: 500;
    padding: 1em;
    margin: 0 -4% 10px 10px;
    box-sizing: border-box;
    border-radius: 0.5em;
}
blockquote.even {
    float: left;
    margin-left: -4%;
    margin-right: 10px;
}

@media (max-width: 1000px) {
    .bio {
        border-radius: 0;
    }

    h2 {
        font-size: 5vw;
    }

    h2.even {
        margin-right: 32%;
    }
}

@media (max-width: 1500px) {
    .team-member {
        overflow: visible;
    }

    h2 {
        margin-left: 32%;
    }

    .bio {
        padding: 4% 4% !important;
    }

    .bio .column {
        display: block;
        width: auto !important;
        padding: 0 !important;
    }

    .team-photo {
        position: relative;
        float: left;
        left: auto;
        right: auto;
        margin: -5em 3% 1% 0;
    }

    .team-photo.even {
        float: right;
        right: auto;
        margin-left: 2%;
        margin-right: 0;
    }

    blockquote {
        width: 25%;
        margin: 0 -2% 10px 3%;
    }
    blockquote.even {
        margin: 0 3% 10px -2%;
    }
}

@media (max-width: 720px) {
    blockquote {
        width: 33%;
    }

    h2 {
        font-size: 2.5em;
    }
}

@media (max-width: 540px) {
    .team-member {
        margin-bottom: 2em;
    }

    .bio {
        padding: 15px !important;
    }

    .team-photo {
        width: 45%;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
    }

    h2 {
        margin-left: 3% !important;
        margin-right: 3% !important;
        text-align: left !important;
    }

    blockquote {
        clear: both;
        width: 45%;
        margin: 0;
        float: left;
        margin-right: 3%;
        border-radius: 0;
    }

    blockquote.even {
        float: right;
        margin-left: 3%;
        margin-right: 0;
    }
}

.member-1 h2,
.member-3 h2 {
    color: #2678;
}
.member-1 .bio,
.member-3 .bio {
    background: #2678;
    color: black;
}

.member-1 a,
.member-3 a {
    color: black;
}
.member-1 a:hover,
.member-3 a:hover {
    color: lightblue;
}

.member-2 h2 {
    color: #2678;
}
.member-2 .bio {
    background: #2678;
    color: black;
}
