@font-face {
  font-family: 'Rajdhani';
  src: url("https://fonts.googleapis.com/css?family=Rajdhani"); }

@font-face {
  font-family: 'Julius Sans One';
  src: url("https://fonts.googleapis.com/css?family=Julius+Sans+One"); }

@font-face {
  font-family: 'Roboto';
  src: url("https://fonts.googleapis.com/css?family=Roboto"); }

@keyframes colorful {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg); } }

@-webkit-keyframes orbit {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

* {
  position: relative;
  box-sizing: border-box;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  vertical-align: middle; }

body, html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: black;
  color: white;
  letter-spacing: 1px; }

#z390 img{
  width: 100%;
  height: 100%; }

#z390 {
  overflow: hidden; }
  #z390 ::selection {
    background: #e53f57; }
  #z390 p {
    line-height: 1.2em;
    padding-top: 16px; }
  #z390 header {
    background: url(../images/z390_bg.jpg) repeat-x center bottom;
    background-size: cover;
    padding: 0 20px 20px;
    overflow: hidden;
    text-align: center;
    letter-spacing: 1.5px; }
    #z390 header .icons {
      width: 20%;
      height: auto;
      position: absolute;
      right: 0;
      top: 3%;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #z390 header .icons .icon {
        margin: 10px; }
        #z390 header .icons .icon img {
          width: 100%;
          display: block; }
    #z390 header .models {
      width: 50%;
      height: auto;
      margin: auto;
      max-width: 1200px; }
    #z390 header .slogan {
      width: 40%;
      height: auto;
      margin: auto;
      max-width: 1200px; }
  #z390 .hd-hero {
    -webkit-animation: colorful 2.5s -0.2s linear infinite;
    -moz-animation: colorful 2.5s -0.2s linear infinite;
    -ms-animation: colorful 2.5s  -0.2s linear infinite;
    -o-animation: colorful 2.5s -0.2s linear infinite;
    animation: colorful 2.5s -0.2s linear infinite; }
  #z390 nav.navigation {
    width: 100%;
    height: auto;
    background-color: #191919;
    min-height: 50px;
    display: flex;
    z-index: 4; }
    #z390 nav.navigation ul, #z390 nav.navigation li {
      width: 100%;
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
    #z390 nav.navigation ul {
      width: 1200px;
      height: auto;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin: 0;
      padding-left: 0; }
    #z390 nav.navigation li {
      width: calc(100% / 4);
      text-align: center;
      height: 50px;
      line-height: 50px; }
      #z390 nav.navigation li:after {
        content: "\002F"; }
      #z390 nav.navigation li a {
        text-decoration: none;
        color: white;
        display: inline-block;
        width: 96%; }
        #z390 nav.navigation li a:hover {
          color: #e53f57; }
    #z390 nav.navigation li:last-child:after {
      content: ""; }
  #z390 .navbar-top {
    position: fixed;
    top: 0; }
  #z390 aside.video {
    max-width: 1200px;
    padding: 40px 20px;
    margin: auto;
    overflow: hidden; }
    #z390 aside.video .detail {
      width: 40%;
      height: auto;
      float: left;
      padding: 20px; }
      #z390 aside.video .detail h2 {
        font-size: 1.5rem;
        color: white;
        margin: 0;
        font-size: blod; }
        #z390 aside.video .detail h2:after {
          content: " ";
          width: 50px;
          height: 4px;
          margin-top: 20px;
          background: #e53f57;
          display: block;
          margin-top: 10px; }
        #z390 aside.video .detail h2 span {
          text-transform: lowercase; }
    #z390 aside.video .video_list {
      width: 60%;
      height: auto;
      float: left;
      padding: 20px; }
      #z390 aside.video .video_list:hover img {
        box-shadow: 0px 0px black; }
      #z390 aside.video .video_list:focus {
        outline: none; }
      #z390 aside.video .video_list img {
        box-shadow: 10px 10px #e53f57; }
      #z390 aside.video .video_list a {
        width: 100%;
        height: 100%;
        display: block; }
        #z390 aside.video .video_list a:focus {
          outline: none; }
        #z390 aside.video .video_list a svg {
          z-index: 2;
          display: block;
          position: absolute;
          font-size: 3.5rem;
          fill: #e53f57;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
  #z390 aside {
    padding: 20px 0; }
    #z390 aside h2 {
      font-size: 3rem;
      margin: 0;
      font-weight: bold; }
    #z390 aside .detail {
      max-width: 1200px;
      padding: 40px 20px;
      margin: auto;
      overflow: hidden; }
  #z390 aside.story {
    text-align: center;
    overflow: hidden; }
  #z390 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: .2; }
  #z390 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e53f57; }
  #z390 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }
  #z390 .swiper-pagination-bullets, #z390 .swiper-pagination-custom, #z390 .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2; }
  #z390 .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  #z390 .swiper-button-prev,
  #z390 .swiper-button-next {
    width: 27px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat; }
  #z390 .swiper-button-next {
    right: 10px;
    left: auto;
    background-image: url("../images/next.svg"); }
  #z390 .swiper-button-prev {
    left: 10px;
    right: auto;
    background-image: url("../images/prev.svg"); }
  #z390 .swiper-container {
    max-width: 1200px;
    padding: 40px 20px;
    margin: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 100px 0;
    width: 100%;
    z-index: 2;
    cursor: pointer; }
    #z390 .swiper-container .swiper-wrapper {
      width: 100%;
      height: auto;
      position: relative;
      z-index: 1;
      display: flex;
      transition-property: transform;
      box-sizing: content-box; }
    #z390 .swiper-container .swiper-slide {
      width: 100%;
      height: auto;
      flex-shrink: 0;
      position: relative;
      transition-property: transform; }
      #z390 .swiper-container .swiper-slide img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      #z390 .swiper-container .swiper-slide .pro-m {
        display: none; }
      #z390 .swiper-container .swiper-slide .slide-detail, #z390 .swiper-container .swiper-slide .mpg-detail {
        width: 50%;
        height: auto;
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 10px;
        padding: 10px;
        text-align: left; }
        #z390 .swiper-container .swiper-slide .slide-detail h3, #z390 .swiper-container .swiper-slide .mpg-detail h3 {
          font-size: 2rem;
          margin: 0; }
        #z390 .swiper-container .swiper-slide .slide-detail strong, #z390 .swiper-container .swiper-slide .mpg-detail strong {
          color: #e53f57; }
        #z390 .swiper-container .swiper-slide .slide-detail ul, #z390 .swiper-container .swiper-slide .mpg-detail ul {
          padding-left: 20px; }
        #z390 .swiper-container .swiper-slide .slide-detail ul li, #z390 .swiper-container .swiper-slide .mpg-detail ul li {
          padding: 5px 0; }
      #z390 .swiper-container .swiper-slide .mpg-detail {
        width: 90%;
        height: auto;
        left: 0;
        display: inline-block; }
        #z390 .swiper-container .swiper-slide .mpg-detail .mpg {
          width: calc(100% / 3.3);
          float: left;
          left: 0;
          margin-right: 20px; }
          #z390 .swiper-container .swiper-slide .mpg-detail .mpg:last-child {
            width: calc(100% / 3.7);
            margin-left: 60px; }
  #z390 aside.godlike {
    text-align: center;
    overflow: hidden; }
    #z390 aside.godlike .mystic_light_infinity,
    #z390 aside.godlike .dynamic_dashboard,
    #z390 aside.godlike .killer_xtend,
    #z390 aside.godlike .xtreme_audio_dac {
      display: none; }
    #z390 aside.godlike .mystic_light_infinity {
      background: url("../images/mystic_light_bg.jpg");
      background-size: cover; }
    #z390 aside.godlike .active {
      display: block; }
    #z390 aside.godlike .godlike_nav {
      width: 100%;
      height: auto;
      min-height: 50px;
      padding: 0; }
      #z390 aside.godlike .godlike_nav ul, #z390 aside.godlike .godlike_nav li {
        width: 100%;
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
      #z390 aside.godlike .godlike_nav ul {
        width: 1200px;
        height: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        padding-left: 0; }
      #z390 aside.godlike .godlike_nav li {
        width: calc(100% / 4 - 34px);
        text-align: center;
        height: 50px;
        line-height: 50px;
        border: 1px #e53f57 solid;
        border-radius: 5px;
        margin: 15px;
        text-decoration: none;
        color: white;
        display: inline-block;
        cursor: pointer; }
        #z390 aside.godlike .godlike_nav li:hover {
          color: white;
          background: #e53f57; }
      #z390 aside.godlike .godlike_nav .activeli {
        background: #e53f57; }
    #z390 aside.godlike .godlike_features {
      width: 100%;
      height: auto;
      overflow: hidden; }
      #z390 aside.godlike .godlike_features h3 {
        font-size: 2rem;
        color: #e53f57;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold; }
    #z390 aside.godlike .mystic_light_infinity .left {
      width: 50%;
      height: auto;
      text-align: left;
      margin: 40px 0;
      float: left; }
      #z390 aside.godlike .mystic_light_infinity .left .mystic_nav {
        width: 100%;
        height: auto;
        min-height: 50px;
        display: flex;
        padding: 0;
        font-size: .5rem; }
        #z390 aside.godlike .mystic_light_infinity .left .mystic_nav ul, #z390 aside.godlike .mystic_light_infinity .left .mystic_nav li {
          width: 100%;
          list-style: none;
          padding: 0;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
        #z390 aside.godlike .mystic_light_infinity .left .mystic_nav ul {
          width: 100%;
          height: auto;
          left: 50%;
          transform: translateX(-50%);
          margin: 0;
          padding: 0;
          overflow: auto; }
        #z390 aside.godlike .mystic_light_infinity .left .mystic_nav li {
          width: calc(100% / 7);
          display: block;
          text-align: center;
          vertical-align: top;
          margin: 10px 0; }
          #z390 aside.godlike .mystic_light_infinity .left .mystic_nav li img {
            width: 50px;
            height: 50px;
            margin: 0 auto;
            border-radius: 10px;
            border: 2px solid white; }
          #z390 aside.godlike .mystic_light_infinity .left .mystic_nav li p {
            margin: 5px; }
    #z390 aside.godlike .mystic_light_infinity .right {
      width: 50%;
      height: auto;
      float: left; }
    #z390 aside.godlike .dynamic_dashboard {
      width: 100%;
      height: auto; }
      #z390 aside.godlike .dynamic_dashboard .left {
        width: 50%;
        height: auto;
        float: left; }
      #z390 aside.godlike .dynamic_dashboard .right {
        width: 50%;
        height: auto;
        text-align: left;
        float: right;
        margin: 40px 0; }
        #z390 aside.godlike .dynamic_dashboard .right .dashboard_nav {
          width: 100%;
          height: auto;
          min-height: 50px;
          display: flex;
          padding: 0;
          font-size: .5rem; }
          #z390 aside.godlike .dynamic_dashboard .right .dashboard_nav ul, #z390 aside.godlike .dynamic_dashboard .right .dashboard_nav li {
            width: 100%;
            list-style: none;
            padding: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap; }
          #z390 aside.godlike .dynamic_dashboard .right .dashboard_nav ul {
            width: 100%;
            height: auto;
            left: 50%;
            transform: translateX(-50%);
            margin: 0;
            padding: 0;
            overflow: auto; }
          #z390 aside.godlike .dynamic_dashboard .right .dashboard_nav li {
            width: calc(100% / 2);
            display: block;
            text-align: center;
            vertical-align: top;
            margin: 10px 0; }
            #z390 aside.godlike .dynamic_dashboard .right .dashboard_nav li img {
              margin: 0 auto; }
            #z390 aside.godlike .dynamic_dashboard .right .dashboard_nav li p {
              margin: 5px; }
    #z390 aside.godlike .killer_xtend {
      width: 100%;
      height: auto; }
      #z390 aside.godlike .killer_xtend .left {
        width: 50%;
        height: auto;
        float: left;
        text-align: left;
        margin: 40px 0; }
        #z390 aside.godlike .killer_xtend .left .killer_title {
          font-size: 1.5rem; }
          #z390 aside.godlike .killer_xtend .left .killer_title img {
            width: 15%;
            height: auto;
            float: left;
            margin: 0; }
          #z390 aside.godlike .killer_xtend .left .killer_title p {
            margin: 0; }
        #z390 aside.godlike .killer_xtend .left .killer_nav {
          width: 100%;
          height: auto;
          min-height: 50px;
          display: flex;
          padding: 0;
          font-size: .5rem; }
          #z390 aside.godlike .killer_xtend .left .killer_nav ul, #z390 aside.godlike .killer_xtend .left .killer_nav li {
            width: 100%;
            list-style: none;
            padding: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap; }
          #z390 aside.godlike .killer_xtend .left .killer_nav ul {
            width: 100%;
            height: auto;
            left: 50%;
            transform: translateX(-50%);
            margin: 0;
            padding: 0;
            overflow: auto; }
          #z390 aside.godlike .killer_xtend .left .killer_nav li {
            width: calc(100% / 3);
            display: block;
            text-align: center;
            margin: 10px 0;
            display: flex;
            align-items: flex-end;
            justify-content: center; }
            #z390 aside.godlike .killer_xtend .left .killer_nav li img {
              width: 100%; }
            #z390 aside.godlike .killer_xtend .left .killer_nav li:nth-child(1), #z390 aside.godlike .killer_xtend .left .killer_nav li:nth-child(2), #z390 aside.godlike .killer_xtend .left .killer_nav li:nth-child(3) {
              padding: 30px; }
            #z390 aside.godlike .killer_xtend .left .killer_nav li:nth-child(5) {
              width: 40%; }
            #z390 aside.godlike .killer_xtend .left .killer_nav li:nth-child(4) {
              width: 30%; }
            #z390 aside.godlike .killer_xtend .left .killer_nav li:nth-child(6) {
              width: 30%; }
      #z390 aside.godlike .killer_xtend .right {
        width: 50%;
        height: auto;
        float: left; }
        #z390 aside.godlike .killer_xtend .right img {
          width: 80%;
          height: auto; }
    #z390 aside.godlike .xtreme_audio_dac {
      width: 100%;
      height: auto;
      margin: 40px 0; }
      #z390 aside.godlike .xtreme_audio_dac .audio_detail {
        width: calc(100% / 3 - 34px);
        min-height: 360px;
        border: 1px #e53f57 solid;
        padding: 15px;
        margin: 15px;
        display: inline-block;
        flex-direction: row; }
        #z390 aside.godlike .xtreme_audio_dac .audio_detail img {
          width: 45%;
          height: auto;
          padding: 5px; }
        #z390 aside.godlike .xtreme_audio_dac .audio_detail h3 {
          font-size: 1rem; }
      #z390 aside.godlike .xtreme_audio_dac img {
        width: 100%;
        height: auto; }
    #z390 aside.godlike img {
      width: 80%;
      height: auto;
      margin-top: 5%; }
  #z390 aside.special_features {
    text-align: center;
    overflow: hidden; }
    #z390 aside.special_features .pre-installed,
    #z390 aside.special_features .m2_shield,
    #z390 aside.special_features .cnvi,
    #z390 aside.special_features .extended_hs {
      display: none; }
    #z390 aside.special_features .active {
      display: block; }
    #z390 aside.special_features .special_features_nav {
      width: 100%;
      height: auto;
      min-height: 50px;
      padding: 0; }
      #z390 aside.special_features .special_features_nav ul, #z390 aside.special_features .special_features_nav li {
        width: 100%;
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
      #z390 aside.special_features .special_features_nav ul {
        width: 1200px;
        height: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        padding-left: 0; }
      #z390 aside.special_features .special_features_nav li {
        width: calc(100% / 4 - 34px);
        text-align: center;
        height: 50px;
        line-height: 50px;
        border: 1px #e53f57 solid;
        border-radius: 5px;
        margin: 15px;
        text-decoration: none;
        color: white;
        display: inline-block;
        cursor: pointer; }
        #z390 aside.special_features .special_features_nav li:hover {
          background: #e53f57; }
      #z390 aside.special_features .special_features_nav .activeli {
        background: #e53f57; }
    #z390 aside.special_features .z390_features {
      width: 100%;
      height: auto;
      overflow: hidden; }
      #z390 aside.special_features .z390_features h3 {
        font-size: 2rem;
        color: #e53f57;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold; }
      #z390 aside.special_features .z390_features .left {
        width: 50%;
        height: auto;
        text-align: left;
        margin: 40px 0;
        float: left; }
      #z390 aside.special_features .z390_features .right {
        width: 50%;
        height: auto;
        float: left; }
    #z390 aside.special_features .pre-installed {
      background: url("../images/pre-installed-bg.jpg");
      background-position: right top;
      background-size: cover; }
      #z390 aside.special_features .pre-installed .left {
        width: 40%;
        height: auto; }
      #z390 aside.special_features .pre-installed .right {
        width: 60%;
        height: auto; }
    #z390 aside.special_features .m2_shield ol {
      list-style: none;
      counter-reset: li;
      padding: 0; }
    #z390 aside.special_features .m2_shield li {
      counter-increment: li;
      padding: 10px 0; }
      #z390 aside.special_features .m2_shield li::before {
        width: 20px;
        height: 20px;
        content: counter(li);
        color: red;
        display: inline-block;
        text-align: center;
        border: 3px red solid;
        border-radius: 50%;
        margin-right: 10px; }
    #z390 aside.special_features .m2_shield .right img {
      width: 95%;
      height: auto; }
    #z390 aside.special_features .cnvi {
      margin-top: 60px;
      background: url("../images/cnvi-bg.jpg") bottom;
      background-size: cover; }
      #z390 aside.special_features .cnvi span {
        text-transform: none;
        vertical-align: bottom; }
      #z390 aside.special_features .cnvi img {
        width: 35%;
        height: auto;
        padding: 20px 5px; }
    #z390 aside.special_features .extended_hs {
      background: url("../images/extended_hs-bg.jpg");
      background-size: cover;
      margin-top: 60px; }
      #z390 aside.special_features .extended_hs img {
        width: 80%;
        height: auto;
        margin: 40px 0; }
  #z390 aside.models {
    overflow: hidden;
    text-align: center; }
    #z390 aside.models .detail {
      max-width: 1600px; }
    #z390 aside.models h2:after {
      content: " ";
      width: 50px;
      height: 4px;
      margin-top: 20px;
      background: #e53f57;
      display: block;
      margin: auto;
      margin-top: 20px; }
    #z390 aside.models .model {
      width: calc(100% / 5 - 5px);
      padding: 0 20px;
      margin-top: 5%;
      display: inline-block; }
      #z390 aside.models .model h3 {
        color: #e53f57;
        min-height: 70px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
      #z390 aside.models .model p {
        font-size: 1rem;
        min-height: 140px;
        margin: 0; }
      #z390 aside.models .model ul, #z390 aside.models .model li {
        width: 100%;
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 5px 0;
        color: #e53f57;
        fill: #e53f57;
        font-size: .8rem;
        text-transform: uppercase; }
        #z390 aside.models .model ul span, #z390 aside.models .model li span {
          text-transform: lowercase;
          padding-right: 5px; }
        #z390 aside.models .model ul svg, #z390 aside.models .model li svg {
          padding-right: 5px; }
      #z390 aside.models .model ul {
        margin: 15px 0; }
      #z390 aside.models .model a {
        width: 100%;
        height: 100%;
        display: inline-block;
        margin: 15px auto; }
      #z390 aside.models .model .learn {
        width: 100%;
        padding: 15px;
        border: 1px #e53f57 solid;
        display: inline-block;
        color: #e53f57;
        cursor: pointer; }
        #z390 aside.models .model .learn:hover {
          background-color: #e53f57;
          color: white; }
      #z390 aside.models .model:after {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        border-width: 1px;
        border-style: solid;
        border-image: linear-gradient(to bottom, transparent, #e53f57, transparent) 1 100%; }
      #z390 aside.models .model:last-child:after {
        border: none; }
  #z390 .scrollup {
    width: 45px;
    height: 45px;
    fill: white;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
    opacity: 1;
    background-color: #e53f57;
    transition: none; }
    #z390 .scrollup:hover {
      opacity: .8; }

@media all and (max-width: 1024px) {
  #z390 header .icons {
    width: 30%;
    height: auto; }
  #z390 header .models {
    width: 80%;
    height: auto;
    padding-top: 6%; }
  #z390 header .slogan {
    width: 70%;
    height: auto; }
  #z390 nav.navigation ul {
    width: 100%; }
  #z390 aside .detail {
    padding: 25px 20px; }
  #z390 aside.video {
    padding-bottom: 0; }
  #z390 aside.special_features .special_features_nav {
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 0; }
    #z390 aside.special_features .special_features_nav li:first-of-type, #z390 aside.special_features .special_features_nav li:last-of-type {
      line-height: 25px; }
  #z390 aside.models .model {
    width: calc(100% / 3 - 5px);
    padding-left: 15px;
    padding-left: 4px;
    padding-right: 10px; }
    #z390 aside.models .model p {
      min-height: 120px; }
    #z390 aside.models .model li {
      font-size: 1rem; } }

@media all and (max-width: 640px) {
  #z390 header .icons {
    width: 60%;
    height: auto;
     }
  #z390 header .models {
    width: 100%;
    height: auto;
    padding-top: 30%; }
    #z390 header .models h1 {
      font-size: 3rem; }
    #z390 header .models h2, #z390 header .models p {
      font-size: 1rem;
      letter-spacing: 5px; }
  #z390 header .slogan {
    width: 80%;
    height: auto; }
  #z390 nav.navigation {
    width: 100%;
    height: 160px; }
    #z390 nav.navigation ul li {
      width: 100%; }
    #z390 nav.navigation ul {
      margin: 0;
      width: 100%; }
    #z390 nav.navigation li {
      cursor: pointer;
      height: 40px;
      line-height: 40px; }
      #z390 nav.navigation li a {
        width: 100%; }
      #z390 nav.navigation li:hover {
        background-color: #e53f57;
        color: white; }
        #z390 nav.navigation li:hover a {
          color: white; }
      #z390 nav.navigation li:after {
        content: ""; }
  #z390 .navbar-top {
    position: static;
    top: 0; }
  #z390 aside .detail {
    padding: 0 20px; }
  #z390 aside h2 {
    font-size: 2rem; }
  #z390 aside.video {
    text-align: center;
    padding-bottom: 5%; }
    #z390 aside.video .detail {
      width: 100%;
      height: auto;
      padding: 0; }
      #z390 aside.video .detail h2:after {
        margin: 10px auto; }
    #z390 aside.video .video_list {
      width: 100%;
      height: auto;
      padding: 20px 0; }
      #z390 aside.video .video_list img {
        box-shadow: 5px 5px #e53f57; }
  #z390 .swiper-container {
    padding: 20px 0; }
  #z390 .swiper-wrapper .swiper-slide .slide-detail,
  #z390 .swiper-wrapper .swiper-slide .mpg-detail,
  #z390 .swiper-wrapper .swiper-slide img {
    top: 0;
    transform: none;
    text-align: center; }
  #z390 .swiper-wrapper .swiper-slide .pro-m {
    display: inline-block; }
  #z390 .swiper-wrapper .swiper-slide .slide-detail {
    width: 80%;
    height: auto;
    left: 10%; }
    #z390 .swiper-wrapper .swiper-slide .slide-detail h3 {
      font-size: 1.2rem; }
  #z390 .swiper-wrapper .swiper-slide .mpg-detail {
    width: 90%;
    height: auto;
    left: 5%; }
    #z390 .swiper-wrapper .swiper-slide .mpg-detail .mpg,
    #z390 .swiper-wrapper .swiper-slide .mpg-detail .mpg:last-child {
      width: 100%;
      margin: auto; }
    #z390 .swiper-wrapper .swiper-slide .mpg-detail h3 {
      font-size: 1.2rem; }
  #z390 aside.godlike {
    padding-bottom: 15%; }
    #z390 aside.godlike .godlike_nav li {
      width: 100%;
      height: auto;
      line-height: normal;
      padding: 10px;
      margin: 5px 0; }
    #z390 aside.godlike .godlike_features .left, #z390 aside.godlike .godlike_features .right {
      text-align: center;
      width: 100%; }
      #z390 aside.godlike .godlike_features .left .mystic_nav ul li, #z390 aside.godlike .godlike_features .right .mystic_nav ul li {
        width: calc(100% / 5); }
    #z390 aside.godlike .xtreme_audio_dac .audio_detail {
      width: 100%;
      margin: 15px 0;
      min-height: auto; }
      #z390 aside.godlike .xtreme_audio_dac .audio_detail img {
        width: 35%;
        height: auto; }
    #z390 aside.godlike .killer_xtend .left .killer_title img {
      width: 50%;
      float: none;
      padding-bottom: 15px; }
    #z390 aside.godlike .killer_xtend .left .killer_nav li img {
      width: 80%; }
  #z390 aside.special_features {
    padding-bottom: 15%; }
    #z390 aside.special_features .special_features_nav li {
      width: 100%;
      height: auto;
      line-height: normal;
      padding: 10px;
      margin: 5px 0; }
    #z390 aside.special_features .z390_features .left, #z390 aside.special_features .z390_features .right {
      text-align: center;
      width: 100%; }
    #z390 aside.special_features .pre-installed {
      background-position: bottom; }
    #z390 aside.special_features .m2_shield ol {
      text-align: left; }
    #z390 aside.special_features .cnvi {
      background: initial;
      padding: 20px 0; }
      #z390 aside.special_features .cnvi img {
        width: 100%;
        height: auto; }
    #z390 aside.special_features .extended_hs {
      background-position: right bottom;
      background-size: contain;
      background-repeat: no-repeat; }
      #z390 aside.special_features .extended_hs img {
        width: 100%;
        height: auto; }
  #z390 aside.models .model {
    width: 100%;
    padding: 0; }
    #z390 aside.models .model li {
      font-size: 1rem; }
    #z390 aside.models .model img {
      width: 80%; }
    #z390 aside.models .model h3 {
      font-size: 1.5rem;
      min-height: auto;
      margin-bottom: 1rem; }
    #z390 aside.models .model p {
      min-height: auto; }
    #z390 aside.models .model:after {
      display: none; } }
