.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;
    overflow: hidden;
}
.ssec .ssec-img {
    max-width: 100%;
    width: 100%;
}
.ssec-bg-white {
    color: #000;
    background-color: #fff;
}
@media screen and (min-width: 769px) {
    .ssec-bg-lg-white {
        color: #000;
        background-color: #fff;
    }
}

.ssec .ssec-head {
    font-size: 2.75vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -.6px;
}
.ssec .ssec-subhead {
    font-size: 2.15vw;
    font-weight: 600;
    line-height: 1.25;
}
.ssec .ssec-txt {
    font-size: 1.3vw;
    line-height: 1.25;
}
.ssec .ssec-head-inline > * {
    display: inline-block;
}
.ssec .ssec-head-inline .ssec-subhead {
    padding-left: .5em;
}
.ssec-pt-1 {
    padding-top: .5em;
}
.ssec-pb-1 {
    padding-bottom: .5em;
}
.ssec-pt-2 {
    padding-top: 1em;
}
.ssec .ssec-note {
    font-size: 1.2vw;
    line-height: 1.25;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 2%
}
.ssec .ssec-color {
    color: #fec400;
}
.ssec-color-1 {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f7b731), color-stop(0.15, #f6b833), color-stop(0.45, #fa902c), color-stop(0.60, #fa4f1b), color-stop(0.80, #fc4b19), color-stop(1, #fc4a1a) );
    -webkit-background-clip: text;
    color: transparent;
}
.ssec-text-center {
    text-align: center;
}
/**/

.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%;
    }
}
/**/

.ssec-intro .ssec-wrap {
    position: absolute;
    top: 49.7%;
    left: 7.5%;
    right: 44%;
}
.ssec-intro .ssec-txt {
    font-size: 2vw;
    line-height: 1;
    font-weight: bold;
}
.ssec-intro .ssec-txt2 {
    padding-top: 1.2em;
    font-size: 1.55vw;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .ssec .ssec-head {
        font-size: 5.25vw;
    }
    .ssec .ssec-subhead {
        font-size: 3.8vw;
        line-height: 1.25;
    }
    .ssec .ssec-txt {
        font-size: 3vw;
    }
    .ssec-pt-1 {
        padding-top: .5em;
    }
    .ssec-pt-2,
    .ssec-pt-sm-2 {
        padding-top: 1em;
    }
    .ssec .ssec-head-inline > * {
        display: block;
    }
    .ssec .ssec-head-inline .ssec-subhead {
        padding-left: 0;
    }
    .ssec .ssec-note {
        font-size: 2.5vw;
    }

    .ssec-intro .ssec-wrap {
        top: 13.6%;
        left: 10px;
        right: 10px;
    }
    .ssec-intro .ssec-txt {
        font-size: 3.5vw;
    }
    .ssec-intro .ssec-txt2 {
        font-size: 3vw;
    }
}
