.wrapper {
    width: 75%;
    margin: auto;
    max-width: 1400px;
}

.member {
    position: relative;
    width: 75%;
    margin-top: 180px;
    float: right;
    clear: both;
}

.member:last-of-type {
    margin-bottom: 100px;
}

.member:nth-of-type(2n) {
    float: left;
}

.img_cont {
    width: 100%;
    padding: 1px;
    background: -o-radial-gradient(0 100%, circle, rgba(255,255,255,.5) 0%, transparent 45%),-o-radial-gradient(100% 0, circle, rgba(255,255,255,.5) 0%, transparent 45%);
    background: radial-gradient(circle at 0 100%, rgba(255,255,255,.5) 0%, transparent 45%),radial-gradient(circle at 100% 0, rgba(255,255,255,.5) 0%, transparent 45%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.member img {
    width: 100%;
    vertical-align: middle;
    z-index: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.member h2 {
    text-transform: uppercase;
    position: absolute;
    right: 16%;
    top: -.05em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 120px;
}

.member:nth-of-type(2n) h2 {
    right: auto;
    left: 16%;
}

.member p {
    width: 100%;
    position: relative;
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
    word-wrap: break-word;
    padding: 1em 16%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: -3.5em;
    z-index: 1;
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 300;
}

.member p::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #111;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: -1;
}

.member_social_media {
    width: 1.5em;
    display: inline-block;
    height: 1.5em;
    margin-left: .75em;
    margin-top: .5em;
}

.member_social_media:first-of-type {
    margin-left: 0;
}

.member_social_media img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: contain;
}

@media only screen and (max-width: 1400px) {
    .member {
        width: 85%;
    }
}

@media only screen and (max-width: 1150px) {
    .wrapper {
        width: 85%;
    }
    .member h2 {
        font-size: 100px;
    }
    .member p {
        font-size: 16px;
    }
    .member_social_media {
        width: 2em;
        height: 2em;
        margin-top: .75em;
        margin-left: 1em;
    }
}

@media only screen and (max-width: 950px) {
    .member {
        width: 100%;
    }
}

@media only screen and (max-width: 850px) {
    .wrapper {
        width: 100%;
    }
    .img_cont {
        padding: 0;
        position: relative;
        z-index: -1;
    }
    .img_cont::before {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #808080), to(transparent));
        background: -o-linear-gradient(left, transparent 0%, #808080 50%, transparent 100%);
        background: linear-gradient(90deg, transparent 0%, #808080 50%, transparent 100%);
    }
}

@media only screen and (max-width: 650px) {
    .member p {
        padding: 1em 10%;
        margin-top: -2.3em;
    }
    .member h2 {
        right: 10%;
    }
    .member:nth-of-type(2n) h2 {
        left: 10%;
    }
}

@media only screen and (max-width: 550px) {
    .member p {
        font-size: 14px;
    }
    .member h2 {
        font-size: 72px;
    }
    .member {
        margin-top: 100px;
    }
    .member_social_media {
        width: 2.5em;
        height: 2.5em;
        margin-top: 1em;
        margin-left: 1.25em;
    }
}

@media only screen and (max-width: 450px) {
    .member p {
        font-size: 12px;
    }
    .member h2 {
        font-size: 64px;
    }
}

@media only screen and (max-width: 350px) {
    .member p {
        font-size: 10px;
        text-align: center;
    }
    .member h2 {
        font-size: 48px;
    }
    .member {
        margin-top: 60px;
    }
}
