.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: 1% 0 1% 0;
}
.ssec .ssec-subhead {
    font-size: 1.5625em;
    font-weight: 500;
    margin: .375em 0;
}
.ssec .ssec-txt {
    font-size: 1.25em;
    line-height: 1.2;
}
.ssec .ssec-note {
    font-size: .825em;
    line-height: 1.5;
}
.ssec .ssec-color {
    color: #fdc508;
}


.ssec-rel .ssec-wrap {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}

.ssec-case-case .ssec-wrap {
    position: absolute;
    top: 27%;
    left: 54%;
    right: 9%;
}

.ssec-case-case .ssec-head {
    font-size: 5em;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1;
}

.ssec-case-case .ssec-i {
    position: absolute;
    font-size: 1.6em;
    text-align: center;
}
.ssec-case-case .ssec-i1 {
    top: 50.5%;
    left: 59%;
    right: 30%;
}
.ssec-case-case .ssec-i2 {
    top: 50.5%;
    left: 72%;
    right: 14%;
}
.ssec-case-case .ssec-i3 {
    top: 62%;
    left: 59%;
    right: 30%;
}
.ssec-case-case .ssec-i4 {
    top: 62%;
    left: 72%;
    right: 14%;
}

.ssec-case-protection .ssec-wrap {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 8%;
}

.ssec-case-attach .ssec-wrap {
    width: 70%;
    padding: 4% 0;
    margin: 0 auto;
}

.ssec-case-fit .ssec-wrap {
    position: absolute;
    left: 22%;
    right: 22%;
    top: 5%;
}

.ssec-case-box {
    background-color: #fff;
    color: #000;
}
.ssec-case-box .ssec-wrap {
    width: 70%;
    padding: 4% 0;
    margin: 0 auto;
}
.ssec-case-box .ssec-head {
    font-size: 3em;
}

.ssec-case-box .ssec-inbox {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 1.75em;
}
.ssec-case-box .ssec-inbox .ssec-f-i {
    width: 50%;
    padding: .2em .35em;
}
.ssec-case-box .ssec-inbox .ssec-f-i-ff {
    width: 100%;
    padding: .2em .35em;
}

@media screen and (max-width: 768px) {
    .ssec {
        font-size: 13px;
    }
    .ssec .ssec-subhead {
        margin: 0 0 .2em 0;
        font-size: 1.4em;
    }
    .ssec .ssec-head {
        font-size: 2em;
        line-height: 1.1;
    }
    .ssec .ssec-txt {
        font-size: 1.125em;
    }

    .ssec-case-case .ssec-wrap {
        top: 27%;
        left: 59%;
        right: 10px;
        text-align: center;
    }
    .ssec-case-case .ssec-head {
        font-size: 1.25em;
    }
    .ssec-case-case .ssec-i {
        font-size: .8em;
    }
    .ssec-case-case .ssec-i1 {
        top: 49.2%;
        left: 60%;
        right: 21%;
    }
    .ssec-case-case .ssec-i2 {
        top: 49.2%;
        left: 79%;
        right: 2%;
    }
    .ssec-case-case .ssec-i3 {
        top: 62.2%;
        left: 60%;
        right: 21%;
    }
    .ssec-case-case .ssec-i4 {
        top: 62.2%;
        left: 79%;
        right: 2%;
    }

    .ssec-case-protection .ssec-wrap {
        top: 3%;
        bottom: auto;
        left: 10px;
        right: 10px;
    }

    .ssec-case-protection,
    .ssec-case-attach,
    .ssec-case-fit,
    .ssec-case-box {
        text-align: center;
    }

    .ssec-case-protection .ssec-head,
    .ssec-case-attach .ssec-head,
    .ssec-case-fit .ssec-head {
        margin-top: 0;
    }

    .ssec-case-protection .ssec-txt,
    .ssec-case-attach .ssec-txt,
    .ssec-case-fit .ssec-txt {
        font-size: 1em;
    }

    .ssec-case-attach .ssec-wrap {
        width: auto;
        padding: 4% 10px;
    }

    .ssec-case-fit .ssec-wrap {
        left: 10px;
        right: 10px;
        top: 10px;
    }

    .ssec-case-box .ssec-head {
        font-size: 1.8em;
    }
    .ssec-case-box .ssec-wrap {
        width: auto;
        padding: 3% 15px;
    }
    .ssec-case-box .ssec-inbox {
        font-size: 1em;
        flex-wrap: wrap;
    }
    .ssec-case-box .ssec-inbox .ssec-f-i {
        padding: .2em .2em;
        width: 100%;
    }
    .ssec-case-box .ssec-inbox .ssec-f-i-ff {
        padding: .2em .2em;
    }
}

@media screen and (min-width: 600px) {
    .ssec {
        font-size: 1rem;
    }
    .ssec .ssec-txt {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 769px) {
    .ssec {
        font-size: 1rem;
    }
    .ssec .ssec-head {
        font-size: 3.2em;
    }
    .ssec .ssec-subhead {
        font-size: 1.9em;
    }
    .ssec .ssec-txt {
        font-size: 1.35em;
    }
    .ssec-text-center {
        text-align: center;
    }

    .ssec-mobile {
        display: none;
    }

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

    .ssec-style-2 .ssec-wrap {
        position: absolute;
        top: 3%;
        left: 15%;
        right: 15%;
        padding: initial;
    }

    .ssec-case-case .ssec-head {
        font-size: 4em;
    }
}

@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%;
    }
}