.meta-transformations {
    /*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-transformations .wrap {
    position: relative;
    z-index: 5;
}

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

/*.meta-transformations .meta-transformations-description {*/
/*    width: 50%;*/
/*    margin: 0;*/
/*    display: none;*/
/*}*/

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

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

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

.meta-transformations-list .meta-transformations-member {
    width: 33%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.meta-transformations-member-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

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

.meta-transformations-bio {
    font-size: 2rem;
    max-width: 100%;
    /*padding: 25px 0 50px;*/
    /*padding: 0 .5% 0 .5%;*/
    max-height: 304.28px;
    overflow: hidden;
    background: #1b1b1b;
    color: #e3e3e3;
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    margin: 0 auto;
    position: relative;
    
    display: inline-block;
    /*width: calc(100% / 3);*/
    /*margin-right: .5%;*/
    /*margin-bottom: .5%;*/
    
    /*border-right: 1px solid rgba(255,255,255,.4);*/
}

.meta-transformations-list table {
    border-collapse: collapse;
    border: 0;
    border-style : hidden !important;
    width: 102%;
    margin-left: -1%;
    margin-bottom: 0;
}

.meta-transformations-list tbody {
    border: 0;
}

.meta-transformations-list tr {
    border: 0;
    border-bottom: 1px solid #303030;
}

.meta-transformations-list td {
    border-top: 0;
    border-right: 1px solid #303030;
    padding: 1%;
}

.meta-transformations-list td:first-child {
    /*padding-left: 0;*/
}


.meta-transformations-list td:last-child {
    border-right: 0;
    /*padding-right: 0;*/
}

.meta-transformations-list tr:last-child {
    border-bottom: 0;
}

.meta-transformations-bio:last-child {
    /*margin-bottom: 25px;*/
}

.meta-transformations-bio .image {
    width: 100%;
}

.meta-transformations-bio .text {
    width: 100%;
    /*height: 304.28px;*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

/*.meta-transformations-bio .text:hover {*/
/*    background: rgba(0,0,0,.5);*/
/*}*/

.meta-transformations-bio .text h4 {
    display: none;
    border: 0;
    text-align: center;
    /*margin-top: 135px;*/
    margin-top: 38%;
    line-height: 1.4;
    text-transform: uppercase;
}

/*.meta-transformations-bio .text:hover h4 {*/
/*    display: block;*/
/*}*/

.meta-transformations-bio img.meta-client-image {
    border: 0;
}

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

.meta-transformations-bio h4 {
    color: #e3e3e3;
    font-size: 3rem;
    line-height: 1.4;
    /*border-bottom: 1px solid #c445ff;*/
    /*margin-bottom: 25px;*/
    /*padding-bottom: 15px;*/
    /*padding-left: 30px;*/
}

.meta-transformations-bio p {
    /*width: 70%;*/
    padding-left: 30px;
}

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

@media only screen and (max-width: 880px) {
   .meta-transformations {
        min-height: 100vh;
        background-attachment: scroll;
    }
    
    /*.meta-transformations::before {*/
    /*    height: 75vh;*/
    /*}*/
    
    .meta-transformations h2 {
        font-size: 4rem;
        width: 100%;
        margin: 0 auto;
    }
    
    .meta-transformations .meta-transformations-description {
        width: 100%;
    }
    
    .meta-transformations-bio,
    .meta-transformations-bio .image,
    .meta-transformations-bio .image img,
    .meta-transformations-bio .text {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    .meta-transformations-bio {
        max-height: none;
    }
    
    .meta-transformations-bio h4 {
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }
    
    .meta-transformations-bio p {
        padding-left: 0;
    }
    
    .meta-transformations-list td {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        border-right: 0;
        border-bottom: 1px solid #303030;
        display: table-row;
        padding: 2%;
    }
    
    .meta-transformations-list tr {
        border-collapse: separate;
        border-spacing: 0 8px;
    }
    
    .meta-transformations-list tr:last-child td:last-child {
        border-bottom: 0;
    }
}