.meta-crew {
    /*background-color: #000;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
    text-align: left;
    position: relative;
}

.meta-crew .wrap {
    position: relative;
    z-index: 5;
}

.meta-crew::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,.7);
}

.meta-crew h2 {
    border-bottom: 0;
    font-size: 14rem;
    line-height: 1;
    word-spacing: 8px;
    /*width: 80%;*/
    margin-bottom: 0;
    margin-top: 52px;
    margin-left: -32px;
}

.meta-crew-list.meta-desktop {
    font-size: 0;
    padding: 50px 0;
    min-height: calc(100vh - 53px);
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.meta-crew-list h3 {
    color: #e3e3e3;
}

.meta-crew-list .meta-crew-member {
    width: calc(97% / 3);
    margin-right: .5%;
    margin-bottom: .5%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.meta-crew-list .meta-crew-member:last-child {
    margin-right: 0;
}

.meta-crew-list .meta-crew-member:nth-child(7),
.meta-crew-list .meta-crew-member:nth-child(8),
.meta-crew-list .meta-crew-member:nth-child(9) {
    margin-bottom: 0;
}

.meta-crew-member-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
}

.meta-crew-member-cover h4 {
    color: #e3e3e3;
    text-decoration: none;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 0;
    display: none;
}

/*.meta-crew-member-cover:hover > * {*/
/*    display: block;*/
/*}*/

/*.meta-crew-member-cover:hover {*/
/*    background: rgba(0,0,0,.5);*/
/*    border-bottom: 3px solid #c445ff;*/
/*}*/

.meta-crew-member img {
    width: 100%;
    height: auto;
}

.meta-crew-bio {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
}

.meta-modal {
    content: "";
    background: rgba(0,0,0,.7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.meta-crew-bio .row {
    font-size: 1.6rem;
    max-width: 100%;
    width: 800px;
    height: 600px;
    position: fixed;
    /*top: 50%;*/
    top: calc( 50% + 26px);
    left: 50%;
    transform: translate(-50%, -50%);
    /*transform: translateX(-50%);*/
    /*transform: translateY( -50% );*/
    z-index: 10;
    border-bottom: 3px solid #c445ff;
    color: #e3e3e3;
}

.meta-crew-bio .row {
    margin: 0 auto !important;
}

.meta-crew-bio .bio {
    padding: 70px 50px 30px;
    background: #1b1b1b;
    max-width: 50%;
}

.meta-crew-bio .photo {
    background: #000 no-repeat center center;
    background-size: cover;
    max-width: 50%;
}

.meta-crew-bio a.meta-close {
    color: #c445ff;
    border: 0;
    font-size: 2.0rem;
    position: absolute;
    top: 20px;
    left: 20px;
}

.meta-crew-bio h4 {
    color: #e3e3e3;
    font-size: 4rem;
    line-height: 1;
    text-transform: uppercase;
}

.meta-crew-bio .meta-crew-position {
    font-size: 2rem;
    margin-top: 0;
}

.meta-crew-bio p {
    margin-top: 20px;
}

.meta-crew-bio p:last-child {
    margin-bottom: 0;
}

.meta-crew-list.meta-mobile {
    display: none;
}

@media only screen and (max-width: 880px) {
    .meta-crew {
        min-height: 100vh;
        background-attachment: scroll;
    }
    
    .meta-crew-list.meta-desktop {
        display: none;
    }
    
    .meta-crew-list.meta-mobile {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 50px 0;
    }
    
    /*.meta-crew::before {*/
    /*    height: 75vh;*/
    /*}*/
    
    .meta-crew h2 {
        font-size: 4rem;
        width: 100%;
        margin: 0 auto;
    }
    
    .meta-crew .meta-crew-description {
        width: 100%;
    }
    
    .meta-crew-list .meta-crew-member {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
    
    .meta-crew-list .meta-crew-member:last-child {
        margin-bottom: 0;
    }
    
    .meta-crew-bio .photo {
        display: none;
    }
    
    .meta-crew-bio .row {
        width: 90%;
        max-width: 90%;
        min-width: 90%;
        height: auto;
    }
    
    .meta-crew-bio .bio {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .meta-crew-bio h4 {
        font-size: 2.6rem;
    }
}