.meta-services {
    /*background-color: #1b1b1b;*/
    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-services .wrap {
    position: relative;
    z-index: 5;
}

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

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

.meta-services-pink {
    /*min-height: 100vh;*/
    /*background: #c445ff;*/
    background: #000;
    background-position: 1000000px 1000000px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 100px 0;
}

.meta-services-pink h2 {
    color: #e3e3e3;
    line-height: 1.2;
    margin: 0 0 30px -7px;
    border: 0;
    /*font-size: 10.1rem;*/
    font-size: 7rem;
    font-family: 'WhyteInktrap-Light', serif;
    width: 70%;
    letter-spacing: 0;
    opacity: 0;
}

.meta-services-pink h2:first-child {
    margin-top: 20px;
}

.meta-services-pink h2:last-child {
    margin-top: 70px;
    margin-bottom: 0;
}

.meta-services-pink h3 {
    color: #e3e3e3;
    border: 0;
    font-family: 'WhyteInktrap-Light', serif;
    margin-left: -5px;
    margin-bottom: 30px;
    opacity: 0;
}

.meta-services-pink h3:nth-child(2) {
    margin-top: -8px;
}

.meta-services-pink h3:nth-child(6) {
    margin-bottom: 0;
}

.meta-services-pink a {
    border: 0;
    text-decoration: none;
    color: #e3e3e3;
    opacity: 0;
}

.meta-services-pink .wrap {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

@media all and (min-width: 1201px) {
    .meta-services-pink .wrap {
        background-position-x: 80%;
    }
}

.meta-service {
    min-height: 300px;
    padding: 150px 0 0;
}

#group-classes {
    padding-bottom: 150px;
}

#group-classes .wrap {
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 500px;
    min-height:350px;
}

.meta-service .wrap > p {
    color: #FFF;
    font-size: 1.8rem;
    margin-bottom: 70px;
    width: 50%;
}

.meta-service h2 {
    /*border-bottom: 0;*/
    /*font-size: 14rem;*/
    /*line-height: 1;*/
    /*word-spacing: 8px;*/
    /*width: 80%;*/
    /*margin-bottom: 0;*/
    /*margin-top: 52px;*/
    color: #e3e3e3;
    width: 60%;
    font-size: 5rem;
    line-height: 1.4;
}

.meta-service .meta-services-description {
    font-size: 2.1rem;
}

.meta-service h3 {
    color: #c445ff;
    width: 60%;
    font-size: 3rem;
}

.meta-service-description {
    color: #e3e3e3;
    width: 50%;
}

.meta-service .rsContent {
    /*display: flex !important;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 500px;
    /*border-bottom: 1px solid rgba(255,255,255,.25);*/
}

.meta-service .rsDefault.rsHor .rsArrowRight {
    right: 0;
    left: 32px;
}

.meta-service .rsDefault.rsHor .rsArrowLeft {
    left: -12px;
}

.meta-service .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-image:url(../../images/meta-left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0);
}

.meta-service .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-image:url(../../images/meta-right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0);
}

.meta-service .rsDefault .rsArrowIcn {
    top: 70%;
}

.meta-service .rsDefault,
.meta-service .rsDefault .rsOverflow,
.meta-service .rsDefault .rsSlide,
.meta-service .rsDefault .rsVideoFrameHolder,
.meta-service .rsDefault .rsThumbs {
    background: #1b1b1b;
}

@media only screen and (max-width: 880px) {
    .meta-services {
        min-height: 100vh;
        background-attachment: scroll;
    }
    
    .meta-services h2 {
        font-size: 4rem;
        width: 100%;
        margin: 0 auto;
    }
    
    .meta-services-pink h2:last-child {
        margin-top: 30px;
    }
    
    .meta-service {
        padding-top: 100px;
    }
    
    .meta-service h2 {
        font-size: 4rem;
        width: 100%;
    }
    
    .meta-service h3,
    .meta-service-description,
    .meta-service .wrap > p {
        width: 100%;
    }
    
    .meta-service .wrap > p {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    
    .meta-service-description {
        width: 100%;
        font-size: 1.6rem;
    }
    
    .meta-services-pink {
        padding: 50px 0;
    }
    
    .meta-services-pink {
        background-position: 10% 50%;
        background-size: auto 90% !important;
        background-attachment: scroll;
    }
    
    .meta-services-pink .wrap {
        background-size: 0 !important;
    }
    
    .meta-services-pink h2 {
        width: 100%;
        font-size: 4.2rem;
    }
    
    .meta-service .rsDefault {
        min-height: 550px;
        height: 550px !important;
    }
    
    .meta-service .rsContent {
        background-size: contain;
        background-position: 50% 70%;
    }
    
    .meta-service .rsDefault .rsArrowIcn {
        top: 90%;
    }
    
    .meta-service .rsOverflow {
        overflow-x: auto;
    }
    
    #group-classes .wrap {
        background-size: 90% !important;
        background-position: center bottom !important;
        min-height: 500px !important;
        height: 500px !important;
    }
}