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

@font-face {
    font-family: curr4;
    src: url("fonts/curr4.ttf");
}

.ssec .ssec-head {
    font-size: 3.5em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: .3em;
}
.ssec .ssec-subhead {
    font-family: curr4;
    font-size: 2.9em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: .4em;
}
.ssec .ssec-txt {
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 400;
}
.ssec .ssec-note {
    font-size: 1em;
    line-height: 1.5;
}
.ssec-text-center {
    text-align: center;
}
.ssec-head > .ssec-subhead {
    font-size: .7em;
    padding-left: .3em;
    margin-bottom: 0;
}
.ssec-primary-white {
    background-color: #000;
    color: #fff;
}

.ssec-color-1 {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #fbfdd3), color-stop(0.15, #faf164), color-stop(0.45, #fd4c22), color-stop(0.60, #f22b48), color-stop(0.80, #ea2158), color-stop(1, #c11374) );
    -webkit-background-clip: text;
    color: transparent;
}
.ssec-color-2 {
    color: #fecc02;
}
.ssec-color-3 {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #ff9329), color-stop(0.15, #edefc3), color-stop(0.45, #f7ac26), color-stop(0.60, #fe3d34), color-stop(0.80, #c51173), color-stop(1, #6d0688) );
    -webkit-background-clip: text;
    color: transparent;
}
.ssec-color-4  {
    background-image: -webkit-gradient(linear, left top, right top, from(#33B2E1), color-stop(40%, #33B2E1), color-stop(60%, #ED8AB6), to(#ED8AB6));
    background-image: -o-linear-gradient(left, #33B2E1 0%, #33B2E1 40%, #ED8AB6 60%, #ED8AB6 100%);
    background-image: linear-gradient(90deg, #33B2E1 0%, #33B2E1 40%, #ED8AB6 60%, #ED8AB6 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.ssec-only-mobile {
    display: none;
}

.ssec-intro .ssec-wrap {
    position: absolute;
    top: 53%;
    left: 11%;
    right: 45%;
}

.ssec-intro .ssec-txt2 {
    font-size: 2.5em;
    font-weight: bold;
}
.ssec-intro .ssec-txt3 {
    padding-top: .7em;
    font-size: 1.5em;
}
.ssec-intro .ssec-txt3 ul {
    padding-left: 1em;
}

.ssec-slim .ssec-wrap,
.ssec-battery .ssec-wrap {
    position: absolute;
    top: 8%;
    left: 18%;
    right: 18%;
}

.ssec-battery .ssec-wrap {
    top: 5%;
}

.ssec-battery .ssec-note {
    position: absolute;
    bottom: 3%;
    left: 20%;
    right: 20%;
}

.ssec-color-style .ssec-wrap {
    position: absolute;
    top: 6%;
    left: 50%;
    right: 5%;
}

.ssec-display .ssec-head,
.ssec-display .ssec-txt {
    position: absolute;
    top: 5%;
    left: 17%;
    right: 56%;
}
.ssec-display .ssec-txt {
    left: 47%;
    right: 16%;
}

.ssec-speaker .ssec-wrap {
    position: absolute;
    top: 12%;
    left: 17%;
    right: 32%;
}
.ssec-speaker .ssec-txt {
    padding-right: 37%;
}

.ssec-os .ssec-wrap {
    position: absolute;
    top: 18%;
    left: 17%;
    right: 56%;
}

.ssec-ports .ssec-wrap {
    position: absolute;
    top: 24%;
    left: 13%;
    right: 58%;
}

.ssec-connection .ssec-wrap {
    position: absolute;
    top: 3%;
    left: 15%;
    right: 15%;
}
.ssec-connection .ssec-h {
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: .4em;
    line-height: 1.1;
}
.ssec-connection .ssec-t {
    font-size: 1.2em;
}
.ssec-connection .ssec-wrap2 {
    position: absolute;
    top: 20%;
    left: 59%;
    right: 17%;
}
.ssec-connection .ssec-wrap3 {
    position: absolute;
    bottom: 10%;
    left: 21%;
    right: 56%;
}

.ssec-flip .ssec-wrap {
    position: absolute;
    top: 5%;
    left: 15%;
    right: 15%;
}
.ssec-flip .ssec-txt {
    padding-left: 3%;
    padding-right: 53%;
}


@media screen and (min-width: 1920px) {
    .ssec {
        font-size: .9375vw;
    }
    .ssec .ssec-head {}
    .ssec .ssec-subhead {}
}

@media screen and (max-width: 600px) {
    .ssec {
        font-size: 12px;
    }
    .ssec .ssec-head {
        font-size: 22px;
        letter-spacing: -1px;
    }
    .ssec .ssec-subhead {
        font-size: 17px;
        letter-spacing: -1px;
    }
    .ssec .ssec-txt {
        font-size: 1em;
    }
    .ssec-only-mobile {
        display: initial;
    }

    .ssec-intro {
        text-align: center;
    }
    .ssec-intro .ssec-wrap {
        top: 16%;
        left: 10px;
        right: 10px;
    }
    
    .ssec-intro .ssec-txt2 {
        font-size: 1.8em;
    }
    .ssec-intro .ssec-txt3 {
        padding-top: .7em;
        font-size: 1.2em;
    }
    .ssec-intro .ssec-txt3 ul {
        margin: 0;
        padding: 0
    }
    .ssec-intro .ssec-txt3 ul li {
        display: inline-block;
        list-style: none;
        padding-bottom: .2em;
    }
    .ssec-intro .ssec-txt3 ul li:nth-child(1),
    .ssec-intro .ssec-txt3 ul li:nth-child(3) {
        padding-right: 3%;
    }

    .ssec-slim .ssec-wrap,
    .ssec-battery .ssec-wrap {
        position: absolute;
        top: 5%;
        left: 10px;
        right: 10px;
    }

    .ssec-battery .ssec-wrap {
        top: 5%;
    }
    .ssec-battery .ssec-note {
        bottom: 3%;
        left: 10px;
        right: 10px;
    }

    .ssec-color-style .ssec-wrap {
        text-align: center;
        top: 5%;
        left: 10px;
        right: 10px;
    }

    .ssec-display .ssec-head,
    .ssec-display .ssec-txt {
        position: initial;
        top: auto;
        left: auto;
        right: auto;
    }
    .ssec-display .ssec-txt {
        left: auto;
        right: auto;
    }
    .ssec-display .ssec-wrap,
    .ssec-speaker .ssec-wrap,
    .ssec-os .ssec-wrap,
    .ssec-ports .ssec-wrap {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 7%;
        text-align: center;
    }

    .ssec-speaker .ssec-txt {
        padding-right: initial;
    }

    .ssec-os .ssec-wrap {
        top: 3%;
    }
    .ssec-ports .ssec-wrap {
        color: #000;
    }

    .ssec-connection .ssec-h {
        font-size: 1.3em;
        margin-bottom: .25em;
    }
    .ssec-connection .ssec-t {
        font-size: .9em;
    }
    .ssec-connection .ssec-wrap2 {
        top: 23%;
        left: 59%;
        right: 4%;
    }
    .ssec-connection .ssec-wrap3 {
        bottom: 10%;
        left: 4%;
        right: 56%;
    }

    .ssec-flip .ssec-wrap {
        text-align: center;
        top: 5%;
        left: 10px;
        right: 10px;
    }
    .ssec-flip .ssec-txt {
        padding-left: initial;
        padding-right: initial;
    }

    .ssec-cover .ssec-note {
        color: #fff;
    }
}

.specs-value strong {
    font-size: 1.375em;
}
.specs-note {
    font-size: .85em;
    padding: 3% 0;
}
.specs-note p {
    margin-bottom: .125em;
}
.specs-img-size {
    max-width: 80%;
}
@media screen and (max-width: 620px) {
    .specs-img-size {
        max-width: 100%;
        width: 100%;
    }
}