.section {
    position: relative;
    color: #fff;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 1.66667em;
    line-height: 1.2;
    font-weight: normal;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 49.4791667%;
}

.section .s-title {
    font-size: 2em;
    line-height: 1.1;
}
.section .s-text {
    margin-top: 10px;
    line-height: 1.5;
}
.section .s-container {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
}

.section-1 {
    background-image: url(images/1.jpg);
}
.section-1 .s-container {
    padding-top: 12%;
    text-align: left;
    left: 50%;
}
.section-1 .s-title {
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 5px;
}
.section-1 .s-text {
    font-size: 1.8em;
    font-weight: bold;
    color: #c0dedf;
}
.section-1 .s-features {
    margin-top: 40px;
    display: none;
}
.section-1 .s-features .i {
    float: left;
    text-align: center;
    font-size: .85em;
    background-position:  center 10px;
    background-repeat:  no-repeat;
    padding: 60px 10px 0;
    max-width: 150px;
}
.section-1 .s-features .i1 {
    /* background-image: url(images/1-body.png); */
}
.section-1 .s-features .i2 {
    /* background-image: url(images/1-fingerprint.png); */
}
.section-1 .s-features .i3 {
    /* background-image: url(images/1-acc.png); */
}
.section-1 .s-features .i4 {
    /* background-image: url(images/1-google.png); */
}

.section-2 {
    background-color: #141414;
    height: auto !important;
    padding: 40px 0;
}
.section-2 .s-container {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}
.section-2 .s-features .i {
    width: 20%;
    float: left;
    padding-top: 165px;
    padding-bottom: 20px;
    text-align: center;
    background-position: center 10px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-size: 0.8em;
    border: 2px solid #585858;
    border-top-color: transparent;
    border-left-color: transparent;
}
.section-2 .s-features .i span {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}
.section-2 .s-features .i1 {
    background-image: url(images/2-acc.png);
}
.section-2 .s-features .i2 {
    background-image: url(images/2-screen.png);
}
.section-2 .s-features .i3 {
    background-image: url(images/2-cpu.png);
}
.section-2 .s-features .i4 {
    background-image: url(images/2-usb.png);
}
.section-2 .s-features .i5 {
    background-image: url(images/2-charge.png);
    border-right-color: transparent;
}
.section-2 .s-features .i6 {
    background-image: url(images/2-face.png);
    border-bottom-color: transparent;
}
.section-2 .s-features .i7 {
    background-image: url(images/2-camera.png);
    border-bottom-color: transparent;
}
.section-2 .s-features .i8 {
    background-image: url(images/2-ram.png);
    border-bottom-color: transparent;
}
.section-2 .s-features .i9 {
    background-image: url(images/2-gps.png);
    border-bottom-color: transparent;
}
.section-2 .s-features .i10 {
    background-image: url(images/2-os.png);
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.section-3 {
    background-image: url(images/3.jpg);
}
.section-3 .s-container {
    top: auto;
    left: 2%;
    right: 2%;
    bottom: 1%;
}
.section-3 .i {
    font-size: 0.9em;
    float: left;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 8px;
    border-right: 1px solid #fff;
}
.section-3 .i:last-child {
    border-right-color: transparent;
}

.section-4 {
    background-image: url(images/4.jpg);
}

.section-5 {
    background-image: url(images/5.jpg);
}
.section-5 .s-container {
    text-align: center;
    width: 90%;
    padding-top: 1%;
}
.section-5 .s-text {
    width: 70%;
    margin: 0 auto;
}
.section-5 .s-features {
    margin-top: 15px;
}
.section-5 .s-features .i {
    padding-top: 50px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 90px;
}
.section-5 .s-features .i1 {
    background-image: url(images/5-1.png);
}
.section-5 .s-features .i2 {
    background-image: url(images/5-2.png);
    width: 110px;
    background-position-y: 9px;
}
.section-5 .s-features .i3 {
    background-image: url(images/5-3.png);
    background-size: 75%;
    background-position-y: 8px;
}


.section-6 {
    background-image: url(images/6.jpg);
}
.section-6 .s-container {
    padding-top: 0.5%;
    width: 95%;
}
.section-6 .s-title {
    width: 50%;
}
.section-6 .s-text {
    width: 40%;
}
.section-6 .s-features {
    margin-bottom: 1%;
}
.section-6 .s-features .i {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1.3em;
    border-right: 2px solid #fff;
    padding: 0 18px;
}
.section-6 .s-features .i:first-child {
    padding-left: 0;
}
.section-6 .s-features .i:last-child {
    border-right: none;
    padding-right: 0;
}
.section-6 .s-features .i span {
    color: red;
}

.section-7 {
    background-image: url(images/7.jpg);
}
.section-7 .s-container {
    padding-top: 20px;
    text-align: center;
}
.section-7 .s-features {
    margin-top: 1%;
}
.section-7 .s-features .i {
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.8em;
    border-right: 1px solid #fff;
    padding: 0 18px;
}
.section-7 .s-features .i:first-child {
    padding-left: 0;
}
.section-7 .s-features .i:last-child {
    border-right: none;
    padding-right: 0;
}
.section-7 .s-features .i span {
    color: red;
}

.section-8 {
    background-image: url(images/8.jpg);
}
.section-8 .s-container {
    text-align: center;
    padding-top: 10px;
}
.section-8 .s-title {
    width: 60%;
    margin: 0 auto;
}

.section-9 {
    background-image: url(images/9.jpg);
}
.section-9 .s-container {
    left: 20%;
    right: 20%;
    padding-top: 20px;
}

.section-10 {
    background-image: url(images/10.jpg);
}
.section-10 .s-container {
    left: 20%;
    right: 20%;
}

.section-11 {
    background-image: url(images/11.jpg);
}
.section-11 .s-container {
    padding-top: 10%;
    left: 40%;
    right: 8%;
}

.section-12 {
    background-image: url(images/12.jpg);
}
.section-12 .s-container {
    padding-top: 1%;
    left: 10%;
    right: 10%;
}

.section-13 {
    background-image: url(images/13.jpg);
}
.section-13 .s-container {
    padding-top: 10%;
    left: 8%;
    right: 50%;
}
.section-13 .s-features {
    margin-top: 5%;
}
.section-13 .s-features .i {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #fff;
    font-size: 0.85em;
    line-height: 1.7em;
}
.section-13 .s-features .i:first-child {
    padding-left: 0;
}
.section-13 .s-features .i:last-child {
    border-right: 0;
    padding-right: 0;
}

.section-14 {
    background-image: url(images/14.jpg);
}

.section-15 {
    background-image: url(images/15.jpg);
}
.section-15 .s-container {
    left: 10%;
    right: 55%;
    bottom: 30%;
    top: auto;
}

.section-16 {
    background-image: url(images/16.jpg);
}
.section-16 .s-container {
    padding-top: 3%;
    text-align: center;
}

.section-17 {
    background-image: url(images/17.jpg);
}
.section-17 .s-container {
    padding: 3% 15% 0 8%;
}
.section-17 .s-features {
    margin-top: 1.3%;
}
.section-17 .s-features .i {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #fff;
    font-size: 0.85em;
    line-height: 1.7em;
}
.section-17 .s-features .i:first-child {
    padding-left: 0;
}
.section-17 .s-features .i:last-child {
    border-right: 0;
    padding-right: 0;
}

.section-18 {
    background-image: url(images/18.jpg);
}
.section-18 .s-container {
    bottom: 20%;
    top: auto;
    left: 0;
    right: 0;
}
.section-18 .i {
    float: left;
    width: 33%;
    box-sizing: border-box;
    text-align: center;
}

@media only screen and (max-width: 1366px) {
    .section {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 1280px) {
    .section-11 .s-text {
        margin-top: 0
    }
}

@media only screen and (max-width: 1024px) {
    .section-1 .s-container {
        padding-top: 7%;
        left: 55%;
    }
    .section-2 .s-container {
        left: 0%;
        right: 0%;
        width: 99%;
    }
    .section-5 .s-container {
        left: 1%;
        right: 1%;
    }
    .section-5 .s-text {
        width: 99%;
    }

    .section-6 .s-features {
        font-size: 0.7em;
    }
    .section-11 .s-container {
        padding-top: 2%;
    }
    .section-12 .s-container {
        left: 1%;
        right: 1%;
        font-size: 0.9em;
        padding-top: 0%;
    }
    .section-16 .s-container {
        left: 1%;
        right: 1%;
        font-size: 0.9em;
    }
    .section-17 .s-container {
        left: 1%;
    }
}

@media only screen and (max-width: 768px) {
    .section {
        font-size: 1.2em;
    }
    .section .s-text {
        line-height: 1.3;
        margin-top: 0;
    }
    .section-8 .s-container {
        left: 1%;
        right: 1%;
    }
    .section-8 .s-title {
        width: 98%;
    }
    .section-9 .s-container,
    .section-10 .s-container {
        left: 3%;
        right: 3%;
    }
}

@media only screen and (max-width: 720px) {
    .section-1 .s-container {
        padding-top: 5%;
        font-size: 0.9em;
        left: 52%
    }
    .section-11 .s-container {
        right: 1%;
        left: 36%;
    }
    .section-12 .s-title {
        font-size: 1.7em;
    }
    .section-16 .s-container {
        padding-top: 0;
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 640px) {
    .section {
        font-size: 1.1em;
    }
    .section-2 .s-features .i {
        width: 50%;
        padding-top: 100px;
        background-size: 30%;
    }
    .section-2 .s-features .i2,
    .section-2 .s-features .i4,
    .section-2 .s-features .i6,
    .section-2 .s-features .i8 {
        border-right-color: transparent;
    }
    .section-2 .s-features .i5 {
        border-right-color: #585858;
    }
    .section-2 .s-features .i6,
    .section-2 .s-features .i7,
    .section-2 .s-features .i8 {
        border-bottom-color: #585858;
    }
    .section-5 .s-title {
        font-size: 1.6em;
    }
    .section-5 .s-features {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .section {
        font-size: 1em
    }

    .section .s-title {
        font-size: 1.6em;
    }
    .section-2 .s-features .i {
        background-size: 40%;
    }
    .section-3 {
        padding-top: 60%;
        background-position: top center;
        background-size: 100%;
    }
    .section-6 {
        padding-top: 60%;
        background-position-y: bottom;
        background-size: 100%;
    }
    .section-10 {
        padding-top: 55%;
        background-position-y: bottom;
        background-size: 100%;
    }
    .section-11 {
        padding-top: 60%;
        background-position-y: bottom;
        background-size: 100%;
    }
    .section-12 {
        padding-top: 60%;
        background-position-y: bottom;
        background-size: 100%;
    }
    .section-13 .s-container {
        padding-top: 1%;
        left: 2%;
    }
    .section-15 .s-container {
        bottom: 6%;
    }
    .section-17 .s-container {
        padding: 1%;
    }
}

@media only screen and (max-width: 360px) {
    .section {
        font-size: 0.8em;
    }
    .section-2 .s-features .i {
        background-size: 55%;
    }
    .section-7 {
        padding-top: 70%;
        background-position-y: bottom;
        background-size: 100%;
    }
    .section-8 {
        padding-top: 60%;
        background-position-y: bottom;
        background-size: 120%;
    }
    .section-9 .s-container {
        padding-top: 0;
    }
    .section-11 {
        padding-top: 80%;
    }
    .section-11 .s-container {
        left: 1%;
    }
}
