
@media screen and (min-width: 768px) {
    .c-tab__nav > li {
        width: 15%;
    }
    .c-tab__nav > li.active > a:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #8d51b8;
        position: absolute;
        top: 100%;
        left: 46%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .hero-box {
        background-color: rgba(232,57,158,.5);
    }
    .c-background--pink-bg {
        background-position: center right -200px !important;
    }
}

@media screen and (max-width: 767px) {
    .c-tab__nav {
        margin: 15px;
    }
    .c-tab__nav > li {
        width: 19%;
        display: inline-block;
    }
    .c-tab__nav > li.active > a:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #8d51b8;
        position: absolute;
        top: 99%;
        left: 46%;
        margin-left: 0;
    }
}

.c-background--pink-bg {
    background-image: url(../_img/prem-p-shot/img-hero-model.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.c-background--purple {
    background-color: #8d51b8;
}

.u-list--margin-left {
    margin-left: 20px;
}

.hero-box {
    padding: 20px;
}

.c-background--techniques-model {
    background-image: url(../_img/prem-p-shot/img-techniques-model.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
