.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: 48.75%
}

.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: 18%;
    text-align: left;
    left: 10%;
}
.section-1 .s-title {
    display: none;
}
.section-1 .s-text {
    font-size: 1.8em;
    font-weight: bold;
}
.section-1 .s-features {
    margin-top: 40px;
}
.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;
}
.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);
    background-position-y: 11px;
}
.section-1 .s-features .i4 {
    background-image: url(images/1-google.png);
    background-position-y: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.section-2 {
    background-color: #0e0e0e;
    height: auto !important;
    padding: 40px 0;
}
.section-2 .s-container {
    width: 90%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}
.section-2 .s-features .i {
    width: 20%;
    float: left;
    padding-top: 115px;
    text-align: center;
    background-position: center 10px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-size: 0.8em;
}
.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-screen.png);
}
.section-2 .s-features .i2 {
    background-image: url(images/2-cpu.png);
}
.section-2 .s-features .i3 {
    background-image: url(images/2-acc.png);
}
.section-2 .s-features .i4 {
    background-image: url(images/2-camera.png);
}
.section-2 .s-features .i5 {
    background-image: url(images/2-ram.png);
}

.section-3 {
    background-image: url(images/3.jpg);
    background-color: #0f0f0f;
}
.section-3 .s-container {
    text-align: center;
    padding-top: 40px;
}
.section-3 .s-features {
    position: absolute;
    width: 100%;
    bottom: 5%;
    text-align: center;
}
.section-3 .s-features .i {
    display: inline-block;
    font-size: 0.8em;
    width: 180px;
}
.section-3 .s-features .i span {
    display: block;
    font-size: 1.7em;
}

.section-4 {
    background-image: url(images/4.jpg);
    background-color: #0c0c0c;
}
.section-4 .s-container {
    padding-top: 30px;
    text-align: center;
}

.section-5 {
    background-image: url(images/5.jpg);
}
.section-5 .s-container {
    width: 90%;
    padding-top: 300px;
}
.section-5 .s-title,
.section-5 .s-text {
    margin-left: 65%;
}

.section-6 {
    background-image: url(images/6.jpg);
}
.section-6 .s-container {
    padding-top: 40px;
    text-align: center;
}

.section-7 {
    background-image: url(images/7.jpg);
}
.section-7 .s-container {
    padding-top: 20px;
    text-align: center;
}

.section-8 {
    background-image: url(images/8.jpg);
}
.section-8 .s-container {
    text-align: center;
    padding-top: 20px;
}

.section-9 {
    background-image: url(images/9.jpg);
    padding-top: 48.6979%;
    background-color: #5ba0cb;
}
.section-9 .s-container {
    width: 90%;
    padding-top: 20px;
    color: #222;
    text-align: center;
}
.section-9 .s-features {
    margin-top: 150px;
    margin-left: 15%;
    overflow: hidden;
}
.section-9 .s-features .i {
    padding: 15px;
    color: #222;
    text-align: left;
    font-size: 0.7em;
}
.section-9 .s-features .i span {
    display: inline-block;
    font-size: 1.7em;
    font-weight: bold;
    color: #222;
    width: 80px;
}

.section-10 {
    background-image: url(images/10.jpg);
}
.section-10 .s-container {
    color: #222;
    position: absolute;
}
.section-10 .s-title {
    margin-top: 30%;
}
.section-10 .s-text,
.section-10 .s-title {
    margin-left: 50%;
}

.section-11 {
    background-image: url(images/11.jpg);
    padding-top: 44.791666%;
}
.section-11 .s-container {
    padding-top: 10px;
    text-align: center;
}

.section-12 {
    background-image: url(images/12.jpg);
    padding-top: 52.552%;
    background-color: #fff;
}
.section-12 .s-container {
    width: 70%;
    padding-top: 20px;
    text-align: center;
    color: #222;
}

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

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

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

.section-13 .s-container,
.section-14 .s-container,
.section-15 .s-container {
    position: absolute;
    bottom: 2%;
    top: auto;
    text-align: center;
    color: #222;
    font-weight: bold;
}

@media only screen and (max-width: 1366px) {
    .section {
        font-size: 1.4em;
    }
    .section-1 .s-features {
        margin-top: 1%;
    }
}

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

@media only screen and (max-width: 1024px) {
    .section .s-container {
        left: 3%;
        right: 3%;
    }

    .section-1 .s-text {
        font-size: 1.3em;
    }

    .section-3 .s-container {
        padding-top: 10px;
    }
    .section-3 .s-text {
        margin-top: 0;
    }

    .section-5 .s-container {
        padding-top: 10%;
    }

    .section-9 .s-container {
        width: auto;
        padding-top: 5px;
    }
    .section-9 .s-features {
        margin-top: 4%;
    }

    .section-10 .s-container {
        color: #fff;
    }
    .section-10 .s-title {
        margin-top: 20%;
    }

    .section-11 {
        font-size: 1.2em;
    }

    .section-12 .s-container {
        width: auto;
    }
}

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

    .section-11 {
        background-color: #3e3e3e;
        background-position-y: 120px;
        padding-top: 50%;
        background-size: 100%;
    }

}

@media only screen and (max-width: 720px) {
    .section-2 .s-features .i {
        width: 33%;
    }
    .section-2 .s-features .i4 {
        width: 49%;
    }
    .section-2 .s-features .i5 {
        width: 49%;
    }

    .section-3 .s-features .i {
        width: 150px;
    }
    .section-5 .s-container {
        padding-top: 1%;
    }

    .section-9 .s-features .i {
        padding: 8px 15px;
    }

    .section-12 {
        background-position-y: -10%;
        background-position-y: 25px;
    }
}

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

    .section-3 {
        background-position-y: 25px;
    }

    .section-4 {
        background-position-y: 25px;
    }
    .section-4 .s-container {
        padding-top: 3px;
    }

    .section-6 .s-container {
        padding-top: 3px;
    }

    .section-9 {
        background-position-y: 25px;
    }

}

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

    .section .s-title {
        font-size: 1.6em;
    }

    .section-1 {
        padding-top: 70%;
        background-position-x: -25px;
    }
    .section-1 .s-container {
        padding-top: 25%;
    }

    .section-3 .s-features .i {
        width: 100px;
    }

    .section-5 .s-container {
        width: auto;
    }

    .section-7 .s-container {
        padding-top: 2px;
    }

    .section-11 {
        background-position-y: 110px;
        padding-top: 67%;
    }

    .section-12 .s-container {
        padding-top: 2px;
    }

}

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

    .section-1 .s-container {
        padding-top: 28%;
    }
    .section-1 .s-features .i {
        background: none;
        padding: 8px 8px 0;
        float: none;
        text-align: left;
    }
    .section-1 .s-features .i4 {
        padding: 8px 8px 0;
    }

    .section-3 {
        background-position-y: 40px;
        padding-top: 60%;
        background-size: 100%;
    }
    .section-3 .s-features .i {
        width: 80px;
    }

    .section-4 {
        padding-top: 70%;
    }

    .section-5,
    .section-6,
    .section-7,
    .section-8,
    .section-9 {
        padding-top: 70%;
    }

    .section-9 .s-features {
        display: none;
    }

    .section-10 .s-container {
        color: #222;
    }
    .section-10 .s-title {
        margin-top: 10%;
    }

}
