.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 {
    text-align: left;
    left: 55%;
    top: auto;
    bottom: 30%;
    color: #000;
}
.section-1 .s-title {
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
}
.section-1 .s-text {
    font-size: 1.8em;
}

.section-2 {
    background-color: #000;
    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: 33.33333333333%;
    float: left;
    padding-top: 100px;
    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-os.png);
}
.section-2 .s-features .i2 {
    background-image: url(images/2-screen.png);
}
.section-2 .s-features .i3 {
    background-image: url(images/2-acc.png);
    border-right-color: transparent;
}
.section-2 .s-features .i4 {
    background-image: url(images/2-camera.png);
    border-bottom-color: transparent;
}
.section-2 .s-features .i5 {
    background-image: url(images/2-cpu.png);
    border-bottom-color: transparent;
}
.section-2 .s-features .i6 {
    background-image: url(images/2-ram.png);
    border-right-color: transparent;
    border-bottom-color: transparent;
}

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

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

.section-5 {
    background-image: url(images/5.jpg);
}
.section-5 .s-container {
    text-align: left;
    left: 8%;
    right: 45%;
    top: 20%;
}

.section-6 {
    background-image: url(images/6.jpg);
}
.section-6 .s-container {
    padding-top: 1%;
    left: 1%;
    right: 1%;
    text-align: center;
}

.section-7 {
    background-image: url(images/7.jpg);
    background-color: #fff;
    color: #000;
}
.section-7 .s-container {
    top: 30%;
    left: 2%;
    right: 60%;
}

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

.section-9 {
    background-image: url(images/9.jpg);
    color: #000;
}
.section-9 .s-container {
    left: 20%;
    right: 20%;
    top: 5%;
    text-align: center;
}

.section-10 {
    background-image: url(images/10.jpg);
    padding-top: 50.104166%;
}

.section-11-0 {
    background-image: url(images/11-0.jpg);
}
.section-11-0 .s-container {
    top: 5%;
    left: 15%;
    right: 15%;
    text-align: center;
}

.section-11 {
    background-image: url(images/11.jpg);
}
.section-11 .s-container {
    top: 5%;
    left: 15%;
    right: 15%;
    text-align: center;
}

.section-12 {
    background-image: url(images/12.jpg);
    background-color: #fff;
    padding-top: 66.5104167%;
    color: #000;
}
.section-12 .s-container {
    top: auto;
    left: 60%;
    right: 10%;
    bottom: 30%;
}

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

.section-14 {
    background-image: url(images/14.jpg);
}
.section-14 .s-container {
    top: 20%;
    left: 30%;
    right: 30%;
    text-align: center;
}
.section-14 .s-title {
    color: #18b5e6;
}
.section-14 .s-ram {
    padding: 30px 0;
}
.section-14 .s-ram span {
    display: block;
    color: #18b5e6;
    font-size: 1.8em;
}
.section-14 .s-ram .i {
    display: inline-block;
    padding: 2px 30px;
    border-right: 1px solid #fff;
}
.section-14 .s-ram .i:first-child {
    padding-left: 0;
}
.section-14 .s-ram .i:last-child {
    padding-right: 0;
    border-right-color: transparent;
}
.section-14 .s-screen {
    font-size: 1.2em;
    color: #18b5e6;
}

.section-15 {
    background-image: url(images/15.jpg);
    padding-top: 63.17770833%;
    color: #000;
}
.section-15 .s-container {
    bottom: 20%;
    top: auto;
    left: 0;
    right: 0;
}
.section-15 .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) {
}

@media only screen and (max-width: 1024px) {
    .section-1 .s-container {
        bottom: 20%;
    }
    .section-1 .s-text {
        font-size: 1.4em;
    }
    .section-8 .s-container {
        left: 2%;
        right: 45%;
    }
    .section-14 .s-container {
        top: 10%;
    }
}

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

@media only screen and (max-width: 720px) {
    .section-8 .i {
        padding-left: 8px;
        padding-right: 8px;
    }
    .section-5 .s-container {
        left: 2%;
    }
    .section-9 .s-container {
        left: 10%;
        right: 10%;
    }
}

@media only screen and (max-width: 640px) {
    .section {
        font-size: 1.1em;
    }
    .section-1 .s-container {
        bottom: 15%;
    }
    .section-11-0 .s-container {
        top: 1%;
        left: 5%;
        right: 5%;
    }
    .section-12 .s-container {
        bottom: 18%;
        right: 3%;
    }
    .section-14 .s-container {
        top: 2%;
    }
}

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

    .section .s-title {
        font-size: 1.6em;
    }
    .section-7 .s-container {
        top: 10%;
    }
    .section-8 .s-container {
        top: 2%;
    }
    .section-11 .s-container {
        left: 6%;
        right: 6%;
    }
    .section-14 .s-ram {
        padding: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .section {
        font-size: 0.8em;
    }
    .section-1 .s-container {
        bottom: 10%;
    }
    .section-3 .s-container,
    .section-4 .s-container {
        top: 3%;
    }
    .section-8 .s-features {
        display: none;
    }
    .section-11 .s-container {
        left: 1%;
        right: 1%;
    }
    .section-14 .s-container {
        left: 25%;
        right: 25%;
    }
}
