.ssec {
    position: relative;
    color: #fff;
    background-color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
}
.ssec .ssec-img {
    max-width: 100%;
    width: 100%;
}

.ssec .ssec-head {
    font-size: 2.75em;
    font-weight: 600;
    margin: 0 0 3% 0;
}
.ssec .ssec-subhead {
    font-size: 2.25em;
    font-weight: 500;
    margin: .375em 0;
}
.ssec .ssec-txt {
    font-size: 1.25em;
    line-height: 1.2;
}
.ssec .ssec-note {
    font-size: 1em;
    line-height: 1.25;
}
.ssec .ssec-color {
    color: #ffc600;
}
.ssec-text-center {
    text-align: center;
}

.ssec-style-1 .ssec-wrap {
    width: 66%;
    padding: 3% 0;
    margin: 0 auto;
}

.ssec-intro {
    color: #000;
}
.ssec-intro .ssec-wrap {
    position: absolute;
    top: 35%;
    left: 5%;
    right: 53%;
}
.ssec-intro .ssec-head {
    font-size: 11em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}
.ssec-intro .ssec-txt {
    font-size: 2.5em;
}

.ssec-design,
.ssec-colors {
    color: #000;
    background-color: #fff;
}

.ssec-colors .ssec-wrap {
    position: absolute;
    left: 10%;
    top: 20%;
    right: 55%;
}

.ssec-changes {
    position: relative;
}
.ssec-changes .ssec-item {
    display: none;
}
.ssec-changes .ssec-item.ssec-selected {
    display: block;
}
.ssec-changes .ssec-pages {
    position: absolute;
    left: 15%;
    right: 60%;
    bottom: 20%;
}
.ssec-changes .ssec-i {
    cursor: pointer;
    border-radius: 50%;
    background-image: linear-gradient(#cfc4e7, #9f90c0);
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 10%;
}
.ssec-changes .ssec-i2 {
    background-image: linear-gradient(#fd7577, #de2127);
}
.ssec-changes .ssec-i3 {
    background-image: linear-gradient(#8dd9d7, #56b6b2);
}
.ssec-changes .ssec-i4 {
    background-image: linear-gradient(#646567, #262625);
}

.ssec-corners {
    background-color: #f7f7f7;
    color: #000;
}

.ssec-os {
    background-color: #eff8cf;
    color: #000;
}
.ssec-os .ssec-bg-wrap {
    width: 50%;
    margin: 0 auto;
}

.ssec-memory .ssec-note,
.ssec-4g .ssec-note {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 3%;
}
.ssec-4g .ssec-note {
    font-size: 1.5em;
}
.ssec-sim .ssec-note {
    position: absolute;
    left: 2%;
    bottom: 3%;
    text-align: left;
}

.ssec-unlock .ssec-wrap {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 3%;
}

.ssec-gps {
    display: flex;
    background-color: #fff;
    color: #000;
    align-items: center;
}
.ssec-gps .ssec-wrap {
    width: 33.333333333%;
    padding-left: 7%;
    padding-right: 3%;
}
.ssec-gps .ssec-bg-wrap {
    width: 66.66666667%;
}

@media screen and (max-width: 768px) {
    .ssec {
        font-size: 13px;
    }
    .ssec .ssec-subhead {
        margin: 0 0 1% 0;
        font-size: 1.325em;
    }
    .ssec .ssec-head {
        font-size: 1.875em;
        line-height: 1.1;
    }
    .ssec .ssec-txt {
        font-size: 1.125em;
    }
    .ssec .ssec-note {
        font-size: .8em;
        overflow: hidden;
    }

    .ssec-style-1 .ssec-wrap {
        width: initial;
        padding: 3% 10px;
    }
    .ssec-style-1.ssec-text-center {
        text-align: left;
    }

    .ssec-intro .ssec-wrap {
        top: 5%;
        left: 5%;
        right: 5%;
        text-align: center;
    }
    .ssec-intro .ssec-head {
        font-size: 5.5em;
        line-height: 1;
    }
    .ssec-intro .ssec-txt {
        font-size: 1.5em;
    }

    .ssec-colors {
        color: #fff;
        background-color: #000;
        text-align: right;
    }

    .ssec-colors .ssec-wrap {
        left: 20%;
        top: 5%;
        right: 10%;
    }

    .ssec-colors .ssec-txt {
        padding-left: 15%;
    }

    .ssec-changes .ssec-item {
        display: block;
    }
    .ssec-changes .ssec-pages {
        display: none;
    }

    .ssec-os .ssec-bg-wrap {
        width: initial;
    }

    .ssec-memory .ssec-note,
    .ssec-4g .ssec-note {
        left: 10px;
        right: 10px;
        bottom: 3%;
    }

    .ssec-sim .ssec-note {
        bottom: 1%;
    }

    .ssec-unlock .ssec-wrap {
        left: 10px;
        right: 10px;
    }
    .ssec-unlock.ssec-text-center {
        text-align: left;
    }

    .ssec-gps {
        display: block;
    }
    .ssec-gps .ssec-wrap,
    .ssec-gps .ssec-bg-wrap {
        width: initial;
    }
    .ssec-gps .ssec-wrap {
        padding: 3% 10px;
    }
}

@media screen and (max-width: 400px) {
    .ssec {
        font-size: .75rem;
    }
    .ssec .ssec-head {
        font-size: 2.125em;
    }

}


.specs-color-name {
    text-align: center;
    padding: 5px 0 0;
    margin-bottom: 0;
}
.specs-block-img .img-fluid {
    display: block;
    margin: 0 auto;
}
.specs-block .specs-value strong {
    font-size: 1.375em;
    line-height: 1.25;
}
.specs-block .specs-note {
    padding-top: 2%;
    font-size: .875em;
    color: #888;
    padding-bottom: 0;
}
.specs-note {
    padding-bottom: 3%;
}
.specs-note p {
    font-size: .925em;
    margin-bottom: .25em;
    color: #888;
}
.specs-block .specs-img-size {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .specs-block .specs-img-size {
        max-width: initial;
        width: 50%;
    }
}