#kv {
    background-color: #060606;
    position: relative;
    min-height: 70vw;
    width: 100%;
    padding: 0 10% 0px;
    overflow: hidden;
}


/*#kv sup {*/


/*    top:10;*/


/*}*/

#kv .bgphoto {
    position: absolute;
    /*top: -33vw;*/
    top: -10%;
    left: 0;
    width: 100%;
    height: 100vw;
    background-image: url('images/msi-summit-e12-kv-bg-v1.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

#kv .content-area {
    padding: 45vw 24% 50px;
    position: relative;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'CenturyGothic';
}

#kv .intel img {
    display: block;
    /*height: 120px;*/
    width: 75px;
    margin: 36px;
}

#kv .intel {
    position: absolute;
    top: 0px;
    right: 20px;
    /*font-size: 24px;*/
    font-size: 11px;
    line-height: 2em;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 10;
    color: white;
}

#kv .intel div {
    margin-right: 36px;
}

#kv .ces img {
    display: block;
    /*height: 120px;
    margin-bottom: 10px;*/
    width: 70px;
}

#kv .ces img:first-child {
    margin: 36px;
}

#kv .ces {
    position: absolute;
    top: 0px;
    left: 0px;
    /*font-size: 24px;*/
    text-align: right;
    display: flex;
    /*flex-direction: column;*/
    align-items: flex-end;
    z-index: 10;
    color: white;
}

@media (max-width:1200px) {
    #kv .ces {
        display: none;
    }
}

#kv .intel-inline {
    display: none;
}

#kv .ces-inline {
    display: none;
}

#kv .kv-type {
    color: #c5a677;
    font-size: 46px;
    line-height: 1em;
}

#kv .kv-slogan {
    color: #c5a677;
    margin: 24px 0 30px;
    font-size: 68px;
    line-height: 1em;
}

#kv .kv-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
}


/*#kv .kv-subtitle sup { top:0;}*/

#kv .kv-subtitle span {
    margin: 0 10px;
    width: 100px;
}

#kv .kv-subtitle span img {
    max-width: 100%;
}

#kv p.msiText {
    margin-top: 50px;
    /*font-size: 24px;*/
    /*line-height: 2em;*/
    color: white;
}

@media(max-width: 3300px) {}

@media(max-width: 2600px) {
    #kv .kv-type {
        font-size: 35px;
    }
    #kv .kv-slogan {
        margin: 15px 0 20px;
        font-size: 50px;
    }
    #kv .kv-subtitle {
        font-size: 23px;
    }
    /*#kv p.msiText {*/
    /*    margin-top: 30px;*/
    /*    font-size: 18px;*/
    /*    line-height: 1.7em;*/
    /*}*/
}

@media(max-width: 1920px)
/*#kv .intel img {*/


/*    margin-bottom: 15px;*/


/*}*/


/*#kv .intel {*/


/*    font-size: 11px;*/


/*}*/

{}

#kv .kv-type {
    font-size: 23px;
}

#kv .kv-slogan {
    margin: 12px 0 15px;
    font-size: 34px;
}

#kv .kv-subtitle {
    font-size: 18px;
}

@media(max-width: 1200px) {
    #kv .content-area {
        padding: 45vw 12.5% 50px;
    }
    #kv .intel {
        display: none;
    }
    #kv .intel-inline {
        display: flex;
        font-size: 11px;
        text-align: left;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 10;
        color: white;
        margin-top: 36px;
    }
    #kv .intel-inline img {
        /*flex: 0 0 58px;*/
        flex: 0 0 55px;
        width: 100%;
        margin-right: 36px;
    }
    #kv .ces-inline {
        display: flex;
        text-align: center;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 10;
        color: white;
        margin-top: 36px;
    }
    #kv .ces-inline img {
        flex: 0 0 55px;
        width: 100%;
    }
    /*#kv .ces-inline img:first-child {*/
    /*    margin-right: 20px;*/
    /*}*/
}

@media(max-width: 960px) {
    #kv .intel-inline img {
        flex: 0 0 60px;
    }
    #kv .ces-inline img {
        flex: 0 0 55px;
    }
    #kv .bgphoto {
        top: 0vw;
        /*background-size: 120%;*/
        /*height: 120vw;*/
    }
    #kv .content-area {
        padding: 60vw 5% 50px;
    }
    #kv .kv-subtitle span img {
        max-width: 100%;
    }
    #kv .kv-subtitle span {
        margin: 0 10px;
        width: 80px;
    }
    #kv .kv-slogan {
        font-size: 23px;
    }
}

.E16-Photo {
    height: 100%
}

.E16-gallery {
    margin: 0px auto;
    overflow: hidden;
}

.E16-gallery .E16-photo a {
    display: block;
    width: 100%;
}

.E16-gallery .E16-photo img {
    width: 100%;
    transition-duration: 1000ms;
    display: block;
}

.E16-gallery .E16-photo:hover img {
    transform: scale(1.1);
}

.E16-photo-1,
.E16-photo-2,
.E16-photo-3,
.E16-photo-4 {
    float: left;
    display: flex;
    overflow: hidden;
}

.E16-photo-1 {
    position: relative;
    z-index: 0;
}

.E16-photo-1 {
    width: 62.15%;
}

.E16-photo-2 {
    width: 37.85%;
}

.E16-photo-3 {
    width: 13.55%;
}

.E16-photo-4 {
    width: 24.30%;
}

.E16-photo-1 .videoBtn {
    position: absolute;
    z-index: 55;
    display: inline-block;
    left: 40%;
    top: 30%;
    transition: .2s all ease-in-out;
    opacity: .8;
}

.E16-photo-1 .videoBtn img {
    width: 128px;
    height: 128px;
}


/*.E16-photo-1 a.videoBtn:hover {	filter: drop-shadow(0 0 10px rgba(215, 168, 98,.8)) brightness(1.2);*/


/*opacity: 1;}*/

.E16-Photo .shop-btn {
    display: block;
}

.E16-Photo .shop-btn a {
    display: block;
    text-align: center;
    margin: 2% auto;
    width: 30%;
    border: 1px solid #c5a677;
    padding: 10px 5px;
    color: #c5a677;
    text-decoration: none;
    background-color: transparent;
    transition: .5s ease-in all;
}

.E16-Photo .shop-btn a:hover {
    background-color: #c5a677;
    color: #FFF;
}

@media (max-width: 1599px) {
    .E16-gallery {
        height: auto;
        width: auto
    }
}

@media (max-width: 991px) {
    .E16-gallery {
        margin: 0px -58px;
    }
    .E16-photo-1 .videoBtn img {
        width: 80px;
        height: 80px;
    }
    .E16-Photo .shop-btn a {
        width: 70%;
    }
}

.E16-CPU {
    background: url("images/msi-summit-e12-cpu-bg.jpg") #000 no-repeat center center;
    background-size: auto;
}

.E16-CPU-logo {
    width: 90px;
}

.E16-CPU-laptop {
    margin: 130px 100px 130px -100px;
}

.E16-CPU-laptop img {
    width: 100%;
}

.E16-CPU .data-container {
    width: 85%;
    margin: 0 auto
}

.E16-CPU .data-box-intel .data-icon {
    width: 100px;
}

.E16-CPU .data-box-intel .data-group {
    text-align: left;
}

.E16-CPU .data-box-intel .data-group sup {
    top: -100;
    font-size: 18px;
    color: #C5A677;
}

.E16-CPU .data-box-intel .data-group small {
    font-size: 18px;
}

.E16-CPU .data-group div {
    margin-left: 20px;
    text-align: center;
}

.E16-CPU .data-box-intel {
    align-items: self-start;
}

.E16-CPU .intel12.col-md-6 {
    padding: 0px;
}

.E16-CPU .data-txt {
    font-size: 36px;
}

.E16 .data-num .hlfont.normal {
    font-family: MSIBodyFont, "Microsoft JhengHei", sans-serif;
}

.E16 .txtGadi {
    background: -webkit-linear-gradient(90deg, rgba(224, 189, 135, 1) 0%, rgba(157, 110, 69, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px 7px 0px 10px;
    padding-right: 5px;
}

.E16 .data-num .hlfont small {
    font-size: 18px;
}

.twenty {
    position: relative;
}

.twenty sup {
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: 55;
}

@media (max-width: 1599px) {
    .E16-CPU .data-container {
        width: 80%;
        margin: 0 auto
    }
    .E16-CPU-logo {
        width: 70px;
    }
    .E16-CPU .data-box-intel .data-icon {
        width: 80px;
    }
    .E16-CPU-laptop {
        margin: 100px 50px 100px -100px;
    }
    .E16-CPU .data-box {
        margin: 10px 0px;
        font-size: 12px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .E16-CPU .data-container {
        width: 100%;
    }
    .E16-CPU-content {
        margin: 50px 0px;
    }
    .E16-CPU-laptop {
        margin: 100px -100px 100px -50px;
    }
}

@media (max-width: 991px) {
    .E16-CPU .flex-center {
        display: block
    }
    .E16-CPU-laptop {
        margin: 100px 100px 0px;
    }
    .E16-CPU-content {
        margin: 0px 0px;
    }
    .E16-CPU .data-box-intel {
        font-size: 12px
    }
    .E16 .data-box {
        display: block;
    }
    .E16-CPU .data-box-intel .data-icon {
        width: 85px;
    }
}

@media (max-width: 767px) {
    .E16-CPU {
        background: url("images/cpu-bg.jpg") #000 no-repeat center top;
        background-size: 350%
    }
    .E16-CPU .data-box-intel {
        font-size: 10px;
        font-weight: normal
    }
    /*.E16-CPU .data-box-intel .data-icon{width:85px;}*/
    .E16-CPU-logo {
        width: 70px
    }
    .E16-CPU-laptop {
        margin: 60px 0px 10px;
    }
    .E16-CPU .data-container {
        width: 100%;
        margin: 0 auto
    }
}

#display {
    position: relative;
    background-color: #F0F0F0;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #000;
    z-index: 2;
}

#display .photo {
    width: 42.5vw;
    height: 31.8vw;
    /* margin-left: 7.5vw; */
    margin-left: 28.75vw;
    /* position: relative; */
    position: absolute;
    z-index: 10;
    font-size: 0px;
    /*background-color: #F0F0F0;*/
}

#display .mb__summit {
    display: none;
}

#display .laptopBG {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#display .msi__pen {
    display: block;
    position: absolute;
    top: 25%;
    right: 20%;
    width: 8%;
    z-index: 55;
}

@media screen and (max-width:1024px) {
    #display .msi__pen {
        top: 20%;
    }
}

@media screen and (max-width:768px) {
    #display .msi__pen {
        top: 12%;
    }
}

#display h3,
#display p {
    color: #000;
}

#display .photo .grd-pen {
    width: 14vw;
    position: absolute;
    right: -20%;
    bottom: 4%;
}

#display .photo .grd-pen img {
    max-width: 100%;
}

#display .photo .grd-left {
    position: absolute;
    /* bottom: 33.333%; */
    bottom: 12%;
    left: 8%;
    width: 3%;
    height: 54%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-size: 100% 100%;
    overflow: visible;
    animation-fill-mode: forwards;
}

#display .photo .grd-left::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #d6b483;
}

#display .photo .grd-left .lbar {
    width: 85%;
    height: 2px;
    background-color: #d6b483;
}

#display .photo .grd-left .grd-text {
    font-size: 1.3vw;
    color: #D6B585;
    background: transparent;
    padding: 10px 0;
    /*width: 50px;*/
    text-align: center;
    z-index: 3;
    position: absolute;
    bottom: 45%;
    right: 65%;
}

#display .photo .grd-diff {
    position: absolute;
    bottom: 12%;
    left: 12%;
    width: 1%;
    height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-image: url('images/llbg.png');
    background-size: 200% 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    animation-fill-mode: forwards;
    opacity: 0;
}

#display .photo .grd-diff::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #d6b483;
}

#display .photo .grd-top {
    position: absolute;
    width: 95.44%;
    top: 24.5%;
    right: -8.49%;
    animation-fill-mode: forwards;
}

#display .photo .grd-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

#display .gtani {
    animation: movetop 1s ease-in-out;
}

#display .glani {
    animation: mheight 1s ease-in-out;
}

#display .gdani {
    animation: dheight 1s ease-in-out;
}

@keyframes movetop {
    0% {
        top: 24.5%;
    }
    100% {
        /* top: -1.35%; */
        top: 17%
    }
}

@keyframes mheight {
    0% {
        height: 54%;
    }
    100% {
        /* height: 53% */
        height: 59%;
    }
}

@keyframes dheight {
    0% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 7.666%;
        opacity: 1;
    }
}

#display .contWrp {
    display: block;
    width: 100%;
    background: url("images/summit-e16-display-bottom-bg.jpg")repeat
}

#display .content {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

#display .display-iconBox {
    width: 60%;
    margin: 5% auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 5%; */
}

@media (max-width:1366px) {
    #display .display-iconBox {
        width: 80%;
    }
}

@media (max-width:1200px) {
    #display .display-iconBox {
        width: 100%;
    }
}

#display .display-iconBox figure {
    display: block;
    width: 12%;
    margin: 0 30px;
    text-align: center;
}

@media (max-width:960px) {
    #display .display-iconBox figure {
        width: 15%;
    }
}

#display .display-iconBox figure:first-child {
    margin-left: 0;
}

#display .display-icon img {
    width: 5vw;
    margin-bottom: 30px;
}

.msiText span {
    display: block;
    font-size: 16px;
    margin-top: 30px;
}

#display .data-num-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
    font-family: 'CenturyGothic';
}

#display .data-num {
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    white-space: nowrap;
}

#display .data-num div {
    font-size: 24px;
}

#display .data-num div .hlfont {
    display: inline-block;
    font-family: mojito, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    background: -webkit-linear-gradient(90deg, rgba(217, 172, 122, 1) 0%, rgba(157, 110, 69, 1) 50%, rgba(217, 172, 122, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#display .data-num span {
    display: block;
    font-size: 16px;
}

#display .data-num-icon img {
    width: 100px;
}

#display hr {
    width: 100%;
    margin: 30px 0;
    height: 1px;
    border-width: 0px;
    background: linear-gradient(90deg, rgba(39, 39, 39, 1) 15%, rgba(186, 186, 186, 1) 100%);
}

#display h2.msiText {
    margin-bottom: 25px;
}

@media(max-width: 1920px) {
    /* #display .intel-evo-icon img {
width: 82px;
}

#display .display-icon img {
width: 78px;
margin-bottom: 30px;
} */
    .msiText span {
        display: block;
        font-size: 12px;
        margin-top: 30px;
    }
    #display .data-num div {
        font-size: 20px;
    }
    #display .data-num span {
        font-size: 14px;
    }
    #display .data-num-icon img {
        width: 60px;
    }
}

@media(max-width: 1200px) {
    #display .photo .grd-pen {
        width: 25vw;
        position: absolute;
        /*right: -25%;*/
        bottom: 0;
    }
    #display .content {
        width: 85%;
    }
    #display .photo .grd-pen img {
        max-width: 100%;
    }
    #display .display-icon img {
        width: 66px;
    }
    #display {
        padding-top: 5vh;
        padding: 5vh 0 50px;
        display: flex;
        flex-direction: column;
        background-position: bottom center;
        background-color: #f1f1f1;
        background-size: contain;
        background-size: 150%;
    }
    /*
#display .photo {
width: 75vw;

height: 56.25vw;

margin-right: 5vw;

margin-left: 6.5vw;

margin-top: 50px;
position: relative;

}*/
    #display .photo .grd-left .grd-text {
        font-size: 2.2vw;
    }
    #display .photo .grd-left .lbar {
        height: 2px;
    }
    #display .data-num-block {
        justify-content: center;
    }
    #display .display-iconBox {
        margin-top: 3vh;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:960px) {
    #display .laptopBG,
    #display .msi__pen,
    #display .photo,
    #display .laptopBG {
        display: none;
    }
    #display .mb__summit {
        display: block;
        width: 100%;
    }
}

.E16-Thermal {
    /*background:#444444;*/
    padding: 0px 0px 100px;
    overflow: hidden;
}

.E16-Thermal-content {
    position: absolute;
    top: 35vh;
    left: 15vw;
    z-index: 2;
    width: 30vw;
}

.E16-Thermal-content h3 {
    margin: 10px 0px 30px;
}

.E16-thermal-logo {
    width: 220px
}

.E16-Thermal-laptop {
    margin: -1px -50px 0px;
}

.E16-Thermal-laptop #canvas {
    width: 100% !important;
    height: auto !important;
    max-width: 2150px
}

@media (min-width:1921px) {
    /*.E16-Thermal{background:url(https://storage-asset.msi.com/global/picture/image/feature/nb/Summit/Summit_E16/images/coolerbg-x.jpg) repeat-x #444444 top center;}*/
    .E16-Thermal-content {
        position: absolute;
        top: 50vh;
        left: 18vw;
        width: 25vw;
    }
}

@media (max-width:1599px) {
    .E16-thermal-logo {
        width: 170px
    }
    .E16-Thermal-laptop {
        margin: -1px -200px 0px;
    }
    .E16-Thermal-content {
        position: absolute;
        top: 32vh;
        left: 13vw;
        width: 35vw;
    }
}

@media (max-width:1199px) {
    .E16-thermal-logo {
        width: 160px
    }
    .E16-Thermal-laptop {
        margin: -1px -250px 0px;
    }
    .E16-Thermal-content {
        position: absolute;
        top: 30vh;
        left: 13vw;
        width: 40vw;
    }
}

@media (max-width: 991px) {
    .E16-thermal-logo {
        width: 150px
    }
    .E16-Thermal-laptop {
        margin: -1px -150px 0px -400px;
    }
    .E16-Thermal-content {
        position: absolute;
        top: 45vh;
        left: 20vw;
        width: 60vw;
    }
}

@media (max-width: 767px) {
    .E16-thermal-logo {
        width: 140px
    }
    .E16-Thermal-laptop {
        margin: -1px -100px -150px -300px;
    }
    .E16-Thermal-content {
        position: sticky;
        top: 0vh;
        left: 10vw;
        width: 80vw;
    }
}

.E16-Mobility {
    background: #000;
}

.E16-Mobility-top {
    background: #000;
}

.E16-Mobility-box {
    margin: 80px 0px 40px;
}

.E16-Mobility-box p {
    margin: 0 auto 30px;
    max-width: 700px
}

.E16-Mobility-logo {
    width: 150px;
}

.E16-Mobility .slick-list {
    background: #2c2c2c;
}

.E16-Mobility .slick-slide img {
    margin: 0 auto;
}


/*.E16-Mobility .slick-dots{background:url("images/mobility-btbg.jpg") repeat-x;height:200px}*/

.E16-Mobility .slick-dots li button {
    margin-top: 30px
}

.battery-icon {
    margin: 10px auto;
    width: 18%;
    text-align: center;
}

@media (max-width: 991px) {
    /*.E16-Mobility .slick-slide{margin:0px -100px;}*/
    .battery-icon {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .E16-Mobility .slick-arrow {
        top: 24%;
    }
}

#connect {
    /* padding-top: 5vh; */
    width: 100%;
    background-color: black;
    text-align: center;
    color: white;
    padding-bottom: 100px;
}


/*#connect h2.msiText {*/


/*    margin-bottom: 40px;*/


/*}*/

#connect h3 {
    color: #c5a677;
}

#connect .notebook-port.parallel {
    position: relative;
    width: 100%;
    height: calc(23vw + 30px);
    background-image: url('images/msi-summit-e16-flip-12th-io.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}

#connect .np-item {
    color: #F1D5A2;
    position: absolute;
    font-size: 24px;
    height: 8.5vw;
    display: flex;
    justify-content: center;
}

#connect .notebook-port.seperatet,
#connect .notebook-port.seperateb {
    display: none;
}

.np-webcamlock {
    width: 15vw;
    right: 16.45vw;
    bottom: 0;
    align-items: flex-start;
}

.np-cardreader {
    width: 16vw;
    left: 23vw;
    top: 0;
    align-items: flex-end;
}

.np-usb32c {
    width: 15vw;
    left: 15.58vw;
    bottom: 0;
    align-items: flex-start;
}

.np-audiojack {
    width: 15vw;
    left: 31.95vw;
    bottom: 0;
    align-items: flex-start;
}

.np-usb4c {
    width: 36vw;
    right: 10.25vw;
    top: 0;
    align-items: flex-end;
}

.np-usb32a {
    width: 15vw;
    right: 34vw;
    bottom: 0;
    align-items: flex-start;
}

#connect .connect-outline {
    background-image: url('himages/gbg.png');
    background-size: 200%;
    width: 80vw;
    padding: 2px;
    opacity: 1;
    z-index: 1;
    background-position: 100% 100%;
    animation-fill-mode: forwards;
    margin: 35px auto 0;
    position: relative;
}

#connect .connect-outline::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: black;
    top: 1px;
    left: 1px;
    z-index: 5;
}

#connect .connect-block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #060606;
    padding: 70px 35px;
    text-align: left;
    opacity: 0;
    position: relative;
    z-index: 10;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

#connect .connect-block-item {
    display: flex;
    flex: 1;
    margin: 0 35px;
}

#connect .connect-block-item-icon {
    margin-right: 80px;
    flex-shrink: 0;
}

#connect .pcie img {
    width: 140px;
}

#connect .thunderbolt img {
    width: 135px;
}

#connect .connect-block-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#connect .data-num-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    font-family: 'CenturyGothic';
}

#connect .data-num {
    display: flex;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    white-space: nowrap;
}

#connect .data-num .hlfont {
    display: inline-block;
    font-family: mojito, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    background: -webkit-linear-gradient(90deg, rgba(217, 172, 122, 1) 0%, rgba(157, 110, 69, 1) 50%, rgba(217, 172, 122, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 35px;
}

#connect p.msiText span {
    color: #A3A3A3;
    margin-top: 20px;
    line-height: 1.5em;
}

#connect .otherFeatures {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

#connect .otherFeatures__item {
    width: 22%;
    margin: 0 50px;
    /*background: #ff0000;*/
}

#connect .otherFeatures__item h2 {
    min-height: 72px;
    margin-bottom: 20px;
}

#connect .otherFeatures__item--icon {
    width: 38%;
    margin: 0 auto;
}

@media(max-width: 1920px) {
    #connect .notebook-port {
        height: calc(23vw + 20px);
    }
    #connect .np-item {
        font-size: 16px;
    }
    #connect .connect-outline {
        padding-top: 1px;
    }
    #connect .wifi6e img {
        width: 78px;
    }
    #connect .pcie img {
        width: 95px;
    }
    #connect .thunderbolt img {
        width: 90px;
    }
    #connect .connect-block-item-icon {
        margin-right: 40px;
    }
    #connect .otherFeatures__item h2 {
        min-height: 40px;
        margin-bottom: 20px;
    }
}

@media(max-width: 1200px) {
    #connect .np-item {
        font-size: 14px;
    }
    #connect .connect-block {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        background-color: #060606;
        padding: 50px 25px;
        text-align: left;
    }
    #connect .connect-block-item {
        margin-top: 50px;
    }
    #connect .connect-block-item:first-child {
        margin-top: 0px;
    }
    #connect .otherFeatures__item {
        width: 33%;
        margin: 0 40px;
    }
}

@media(max-width: 800px) {
    #connect .np-item {
        font-size: 12px;
    }
    #connect h2.msiText {
        margin-bottom: 60px;
    }
    #connect .notebook-port.seperatet {
        display: block;
        margin-top: 30px;
        position: relative;
        width: 100%;
        height: calc(28.6vw + 20px);
        background-image: url('images/summit-e16-flip-top-io.png');
        background-size: 180%;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 70px;
    }
    #connect .notebook-port.seperateb {
        display: block;
        position: relative;
        width: 100%;
        height: calc(28.62vw + 20px);
        background-image: url('images/summit-e16-flip-bottom-io.png');
        background-size: 180%;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 70px;
    }
    #connect .notebook-port.parallel {
        display: none;
    }
    .np-webcamlock {
        width: 30vw;
        right: 10vw;
        bottom: 0;
        align-items: flex-start;
    }
    .np-cardreader {
        width: 40vw;
        left: 22vw;
        top: 0;
        align-items: flex-end;
    }
    .np-usb32c {
        width: 35vw;
        left: 7vw;
        bottom: 0;
        align-items: flex-start;
    }
    .np-audiojack {
        width: 35vw;
        left: 45vw;
        bottom: 0;
        align-items: flex-start;
    }
    .np-usb4c {
        width: 65vw;
        right: 10.76vw;
        top: 0;
        align-items: flex-end;
    }
    .np-usb32a {
        width: 27.7vw;
        right: 52vw;
        bottom: 0;
        align-items: flex-start;
    }
    #connect .otherFeatures {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #connect .otherFeatures__item {
        width: 75%;
        margin: 40px 0;
    }
    #connect .otherFeatures__item h2 {
        margin-bottom: 20px;
    }
    #connect .otherFeatures__item--icon {
        width: 100px;
    }
}

@media(max-width: 600px) {
    #connect .connect-block-item-icon {
        margin-bottom: 20px;
    }
    #connect .connect-block-item {
        flex-direction: column;
    }
    #connect .connect-block {
        padding: 40px 10px;
    }
}

.E16-MicCam {
    background: url("images/msi-summit-e16-cam-bg.jpg") top center #fff no-repeat;
    padding: 5% 0;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.E16-MicCam p {
    color: #000!important;
}

.E16-MicCam--imgbox {
    position: relative;
    width: 55%;
    padding-left: 7.5vw;
}

.E16-MicCam--txtbox {
    width: 45%;
    padding-left: 0px;
    padding-right: 12.5vw;
    position: relative;
}

.E16-MicCam--iconBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 5vh; */
}

.E16-MicCam--iconBox figure {
    width: 22%;
}

.E16-MicCam--iconBox figure:nth-child(2) {
    margin: 0 10px 0 30px;
}

.E16-MicCam-laptop {
    /*margin: 0px -50px 0px -450px*/
    position: relative;
    /*max-width: 1494px*/
}

.E16-MicCam-laptop img {
    width: 100%;
    display: block;
}

.E16-MicCam-laptop-main {
    position: relative;
}

.E16-MicCam-screen {
    position: absolute;
    z-index: 2;
    top: 8.1%;
    left: 14.1%;
    right: 17.8%;
    bottom: 17.6%;
    background: #369;
}

.E16-MicCam-screen-after {
    width: 100%;
    height: 100%;
    background: url("images/mic-laptop-after.jpg");
    background-size: cover;
}

.E16-MicCam-screen-before {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    border-right: 1px solid #c5a677;
    background: url("images/mic-laptop-before.jpg");
    background-size: cover;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.aos-animate .E16-MicCam-screen-before {
    right: 50%;
}

.E16-MicCam-voices img {
    position: absolute;
    z-index: 3;
    width: 13%;
    top: -4.9%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: miccam-v;
    animation-name: miccam-v;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.E16-MicCam-voices img.E16-MicCam-voice1 {
    width: 4%;
    left: 34%;
    top: 2.5%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.E16-MicCam-voices img.E16-MicCam-voice2 {
    width: 7%;
    left: 40.5%;
    top: 0%;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.E16-MicCam-voices img.E16-MicCam-voice3 {
    width: 11%;
    left: 45.5%;
    top: -3%;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.E16-MicCam-voices img.E16-MicCam-voice4 {
    width: 13%;
    left: 55.2%;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

P.E16-MicCam--imgbox--note {
    text-align: center;
    color: #c5A677;
    text-indent: -20px;
    margin-bottom: 3vh;
    font-weight: 700;
}


/*.E16-MicCam-voices img.E16-MicCam-voice1 {*/


/*  left: 29.7%;*/


/*  -webkit-animation-delay: 0s;*/


/*  animation-delay: 0s;*/


/*}*/


/*.E16-MicCam-voices img.E16-MicCam-voice2 {*/


/*  left: 37.5%;*/


/*  -webkit-animation-delay: 0.3s;*/


/*  animation-delay: 0.3s;*/


/*}*/


/*.E16-MicCam-voices img.E16-MicCam-voice3 {*/


/*  left: 45.5%;*/


/*  -webkit-animation-delay: 0.6s;*/


/*  animation-delay: 0.6s;*/


/*}*/


/*.E16-MicCam-voices img.E16-MicCam-voice4 {*/


/*  left: 53.2%;*/


/*  -webkit-animation-delay: 0.9s;*/


/*  animation-delay: 0.9s;*/


/*}*/

@-webkit-keyframes miccam-v {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    70% {
        opacity: .6;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes miccam-v {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    70% {
        opacity: .6;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@media (min-width: 2300px) {
    .E16-MicCam-laptop {
        margin: 0px;
    }
}

@media (min-width: 1940px) {
    .E16-MicCam-laptop {
        /*margin: 0px 0px 0px -200px*/
    }
}

@media (max-width: 1199px) {
    .E16-MicCam {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .E16-MicCam--imgbox,
    .E16-MicCam--txtbox {
        width: 100%;
    }
    .E16-MicCam--imgbox {
        padding: 0 8.5vw;
    }
    .E16-MicCam--txtbox {
        padding: auto;
        text-align: center;
        padding: 5vh 12.5vw 0 12.5vw;
    }
    .E16-MicCam--iconBox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .E16-MicCam--iconBox figure {
        width: 18%;
    }
    .E16-MicCam--iconBox figure img {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .E16-MicCam-content {
        margin-top: 0px;
        text-align: center;
    }
    P.E16-MicCam--imgbox--note {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    .E16-MicCam {
        padding: 100px 0px 30px;
    }
    .E16-MicCam--iconBox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .E16-MicCam--iconBox figure {
        width: 26%;
    }
    .E16-MicCam-laptop {
        position: relative;
    }
}

#milstd {
    background-color: black;
    width: 100%;
    position: relative;
}

#milstd h2.msiText {
    margin-bottom: 16px;
}

#milstd h3 {
    color: #c5a677;
}

#milstd .milstd-hr {
    width: 100%;
    height: 2px;
    background-image: url("images/gbg.png");
    background-size: 200%;
    background-position: left top;
}

#milstd .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #000000;
    color: white;
    /* padding: 8vh 12vw; */
    z-index: 6;
    position: relative;
}

#milstd .content .citem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28vw;
}

#milstd .citem-icon {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    margin-right: 60px;
}

#milstd .citem-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#milstd .learnmore {
    margin-left: 20px;
    display: inline-block;
    border: 1px solid white;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6em;
}

#milstd a.learnmore {
    color: white;
    text-decoration: none;
}

@media (max-width: 1920px) {
    /*#milstd {*/
    /*  padding: 2px;*/
    /*}*/
    #milstd .content .citem {
        width: 30vw;
    }
    #milstd .citem-icon {
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        margin-right: 40px;
    }
    #milstd .learnmore {
        margin-left: 20px;
        display: inline-block;
        border: 1px solid white;
        padding: 5px 15px;
        font-weight: bold;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    #milstd .content {
        padding: 5vh 10vw;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #milstd .content .citem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 34vw;
        text-align: center;
    }
    #milstd .citem-icon {
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        margin-right: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #milstd .citem-icon.mil img,
    #milstd .citem-icon.ser img {
        width: 35%;
    }
    #milstd .citem-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #milstd .learnmore {
        margin-left: 0px;
        margin-top: 20px;
        display: block;
        border: 1px solid white;
        padding: 5px 15px;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.6em;
    }
}

@media (max-width: 768px) {
    #milstd .content {
        padding: 3vh 5vw 5vh 5vw;
    }
    #milstd .content .citem {
        width: 40vw;
    }
}

@media (max-width: 600px) {
    #milstd .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5vh 10vw;
    }
    #milstd .content .citem {
        width: 100%;
    }
    #milstd .content .citem:first-child {
        width: 100%;
        margin-bottom: 50px;
    }
    #milstd .citem-icon {
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
        margin-bottom: 20px;
    }
    #milstd .citem-icon.mil img,
    #milstd .citem-icon.ser img {
        width: 30%;
    }
}

#security {
    background-color: black;
    text-align: center;
    color: white;
    padding: 50px 0 100px;
}

#security .bar-block {
    display: flex;
}

#security a {
    color: #ccc;
}

#security .bar {
    width: 25%;
    height: 7px;
    background-color: white;
    cursor: pointer;
}

#security .bar.active {
    background: linear-gradient(90deg, rgba(217, 172, 122, 1) 0%, rgba(157, 110, 69, 1) 50%, rgba(217, 172, 122, 1) 100%);
}

#security .security-content {
    display: flex;
}

#security .sc-item {
    width: 25%;
    padding: 70px 100px 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

#security .sc-item-icon {
    flex-basis: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#security .sc-item-icon img {
    max-height: 90px;
    max-width: 70%;
}

#security .sc-item-title {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #c5a677;
}

#security .sc-item-text {
    font-size: 20px;
}

#security .sc-item-popup {
    text-decoration: underline;
    padding: 5px;
    margin: 15px auto 0;
    font-size: .9em;
}

#security p.note a {
    text-decoration: underline;
    color: #777;
}

#security p.note a:hover,
#security p.note a:active,
#security p.note a:focus {
    color: #c79e61;
}

#security-slides {
    width: 65vw;
    height: 28.35vw;
    margin: 90px auto 120px;
}

#security .swipe div b {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 28.35vw;
    width: 100%;
}

#security .swipe-wrap>div {
    margin: 0;
}

#security .swipe-wrap>div b {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
}

@media (max-width: 1920px) {
    #security-slides {
        margin: 45px auto 60px;
    }
    #security .sc-item {
        width: 25%;
        padding: 40px 50px 0;
        display: flex;
        flex-direction: column;
    }
    #security .sc-item-icon img {
        max-height: 60px;
        max-width: 70%;
    }
    #security .sc-item-text {
        font-size: 18px;
    }
    #security .sc-item-title {
        font-size: 21px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #security .bar-block {
        height: 3.5px;
    }
}

@media (max-width: 1200px) {
    #security-slides {
        width: 75vw;
        height: 32.72vw;
        margin: 70px auto 70px;
    }
    #security .swipe div b {
        height: 32.72vw;
    }
    #security .security-content {
        flex-wrap: wrap;
        position: relative;
        height: 420px;
    }
    #security .sc-item {
        width: 100%;
        padding: 50px 50px 0;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    #security .sc-item.sci0 {
        opacity: 1;
    }
    #security .sc-item-icon img {
        max-height: 60px;
        max-width: 30%;
    }
    #security .bar {
        width: 25%;
        height: 4px;
        background-color: white;
    }
}

@media (max-width: 600px) {
    #security-slides {
        width: 100vw;
        height: 43.62vw;
        margin: 50px auto 40px;
    }
    #security .swipe div b {
        height: 43.62vw;
    }
    #security .sc-item-icon img {
        max-height: 75px;
        max-width: 50%;
    }
    #security .bar {
        width: 25%;
        height: 2px;
        background-color: white;
    }
}


/*setting from E12*/

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    position: relative;
}

.swipe-wrap>div {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@-webkit-keyframes opcityc {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opcityc {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animatedgradient {
    0% {
        background-position: 100% 100%;
        opacity: 0;
    }
    100% {
        background-position: 0% 0%;
        opacity: 1;
    }
}

@keyframes animatedgradient {
    0% {
        background-position: 100% 100%;
        opacity: 0;
    }
    100% {
        background-position: 0% 0%;
        opacity: 1;
    }
}

.block.peripherals__wrapper {
    background-image: url("images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#peripherals {
    width: 100%;
    padding: 0px 10vw;
}

#peripherals.polshow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

#peripherals .poutline {
    background-image: url("images/gbg.png");
    background-size: 200%;
    width: 100%;
    padding: 2px;
    opacity: 1;
    z-index: 1;
    background-position: 100% 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    float: left;
    position: relative;
}

#peripherals .poutline::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: black;
    top: 1px;
    left: 1px;
    z-index: 5;
}

#peripherals .poutline .content {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
    /* opacity: 0; */
    overflow: hidden;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#peripherals .poutline .content-o {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 15;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#peripherals .poutline .content:hover .content-o {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#peripherals .coinfo {
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: white;
    z-index: 20;
}

#peripherals .poutline .content:hover .coinfo {
    opacity: 1;
}

#peripherals .peninfo {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    top: 50%;
    right: 25%;
}

#peripherals .dockinginfo {
    bottom: 18%;
    left: 0;
    width: 100%;
    text-align: center;
}

#peripherals .poutline.pen {
    width: 49.44vw;
    height: 45vw;
}

#peripherals .poutline.docking {
    width: 30.56vw;
    height: 28vw;
}

#peripherals .poutline.more {
    width: 30.56vw;
    height: 17vw;
}

#peripherals .pen .content-o {
    background-image: url("images/Pen_n.jpg");
}

#peripherals .docking .content-o {
    background-image: url("images/docking.jpg");
}

#peripherals .more .content {
    background-image: url("images/background.jpg");
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 75px;
}

#peripherals .clearboth {
    clear: both;
}

#peripherals .learnmore {
    margin-top: 25px;
    display: inline-block;
    border: 1px solid white;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6em;
}

#peripherals a.learnmore {
    color: white;
    text-decoration: none;
}

@media (max-width: 1920px) {
    #peripherals {
        padding: 100px 10vw;
    }
    #peripherals.polshow {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    #peripherals .poutline {
        padding: 1px;
    }
    #peripherals .learnmore {
        margin-top: 25px;
        display: inline-block;
        border: 1px solid white;
        padding: 5px 15px;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.6em;
    }
}

@media (max-width: 1366px) {
    #peripherals .more .content {
        padding: 0 5px;
    }
}

@media (max-width: 1200px) {
    #peripherals {
        padding: 80px 10vw;
    }
    #peripherals.polshow {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #peripherals .more .content {
        padding: 0 25px;
    }
    #peripherals .poutline.pen {
        width: 75vw;
        height: 75vw;
    }
    #peripherals .poutline.docking {
        width: 46.35vw;
        height: 46.35vw;
    }
    #peripherals .poutline.more {
        width: 28.65vw;
        height: 46.35vw;
    }
}

@media (max-width: 768px) {
    #peripherals .poutline.pen {
        width: 75vw;
        height: 75vw;
    }
    #peripherals .poutline.docking {
        width: 37.5vw;
        height: 37.5vw;
    }
    #peripherals .poutline.more {
        width: 37.5vw;
        height: 37.5vw;
    }
    #peripherals .poutline.more .content {
        padding: 0 10px;
    }
}

@media (max-width: 600px) {
    #peripherals {
        padding: 80px 10.5vw;
    }
    #peripherals .more .content {
        padding: 0 35px;
    }
    #peripherals .poutline.pen,
    #peripherals .poutline.docking,
    #peripherals .poutline.more {
        width: 75vw;
        height: 75vw;
    }
    #peripherals .poutline.more .content {
        padding: 0 25px;
    }
}


/*style from e13*/

.ufo-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.olshow-s {
    -webkit-animation: animatedgradient 1s ease-in-out;
    animation: animatedgradient 1s ease-in-out;
}

.olshow .photos-block {
    opacity: 0;
}

.opacitystart {
    -webkit-animation: opcityc 0.5s ease-in-out;
    animation: opcityc 0.5s ease-in-out;
}

.fade-out,
.r-fade-out {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
}

.fo-in {
    opacity: 1;
}

@-webkit-keyframes opcityc {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opcityc {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animatedgradient {
    0% {
        background-position: 100% 100%;
        opacity: 0;
    }
    100% {
        background-position: 0% 0%;
        opacity: 1;
    }
}

@keyframes animatedgradient {
    0% {
        background-position: 100% 100%;
        opacity: 0;
    }
    100% {
        background-position: 0% 0%;
        opacity: 1;
    }
}

.galleryContainer {
    position: fixed;
    top: 30%;
    right: 50px;
    z-index: 1000;
}

.galleryContainer .threeDbutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.galleryContainer .threeDbutton:hover {
    opacity: 0.7;
}